This commit is contained in:
kento2 2026-02-03 23:53:12 +01:00
parent 916ff52966
commit 136aa8bbc7
17 changed files with 227 additions and 191 deletions

3
files/.config/service/bar/run Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
pkill bar.sh
exec chpst -e "$TURNSTILE_ENV_DIR" env bar.sh

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec chpst -e "$TURNSTILE_ENV_DIR" pipewire

View file

@ -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

View file

@ -0,0 +1,3 @@
#!/bin/sh
exec chpst -e "$TURNSTILE_ENV_DIR" \
sxhkd -c "$HOME/.config/dk/sxhkdrc"