diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-15 22:31:56 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-15 22:31:56 -0500 |
| commit | d411555d0144a18015886ae352885b4ac36597bd (patch) | |
| tree | 7b409033491fd9c526c26ed94a6f7f4040564c0e /.config/s6-rc/hyprland/finish | |
| parent | 827f3b7bb4b8de0df301c1816e0039b097f62d6c (diff) | |
update s6
Diffstat (limited to '.config/s6-rc/hyprland/finish')
| -rwxr-xr-x | .config/s6-rc/hyprland/finish | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/s6-rc/hyprland/finish b/.config/s6-rc/hyprland/finish new file mode 100755 index 0000000..4c78186 --- /dev/null +++ b/.config/s6-rc/hyprland/finish @@ -0,0 +1,5 @@ +#!/bin/execlineb -S2 +importas -i XDG_RUNTIME_DIR XDG_RUNTIME_DIR +foreground { s6-rc -l ${XDG_RUNTIME_DIR}/s6-rc -bDa change } +s6-svscanctl -t ${XDG_RUNTIME_DIR}/service +exit 125 |
