.
This commit is contained in:
parent
916ff52966
commit
136aa8bbc7
17 changed files with 227 additions and 191 deletions
3
files/.config/service/bar/run
Executable file
3
files/.config/service/bar/run
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
pkill bar.sh
|
||||
exec chpst -e "$TURNSTILE_ENV_DIR" env bar.sh
|
||||
2
files/.config/service/pipewire/run
Executable file
2
files/.config/service/pipewire/run
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec chpst -e "$TURNSTILE_ENV_DIR" pipewire
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
mkdir -p ~/nfs
|
||||
sshfs -o auto_unmount -f kentoj.de:nfs ~/nfs
|
||||
exec chpst -e "$TURNSTILE_ENV_DIR" \
|
||||
sshfs -o auto_unmount -f kentoj.de:nfs ~/nfs
|
||||
|
|
|
|||
3
files/.config/service/sxhkd/run
Executable file
3
files/.config/service/sxhkd/run
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec chpst -e "$TURNSTILE_ENV_DIR" \
|
||||
sxhkd -c "$HOME/.config/dk/sxhkdrc"
|
||||
Loading…
Add table
Add a link
Reference in a new issue