diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-14 14:47:59 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-14 14:47:59 -0500 |
| commit | 2c6ae8a4287ffad33a8c41b08ef47b62494a67dd (patch) | |
| tree | 96d6204a3591db301f618ec1a6a8e157087f311d /.config/s6-rc/quickshell | |
| parent | 116f27ebb1340044139779a47b54e6b099bb7caa (diff) | |
Add quickshell config
Diffstat (limited to '.config/s6-rc/quickshell')
| -rw-r--r-- | .config/s6-rc/quickshell/dependencies.d/wayland | 0 | ||||
| -rwxr-xr-x | .config/s6-rc/quickshell/finish | 3 | ||||
| -rw-r--r-- | .config/s6-rc/quickshell/producer-for | 1 | ||||
| -rwxr-xr-x | .config/s6-rc/quickshell/run | 6 | ||||
| -rw-r--r-- | .config/s6-rc/quickshell/type | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/.config/s6-rc/quickshell/dependencies.d/wayland b/.config/s6-rc/quickshell/dependencies.d/wayland new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.config/s6-rc/quickshell/dependencies.d/wayland diff --git a/.config/s6-rc/quickshell/finish b/.config/s6-rc/quickshell/finish new file mode 100755 index 0000000..b22f9dc --- /dev/null +++ b/.config/s6-rc/quickshell/finish @@ -0,0 +1,3 @@ +#!/command/execlineb -P +s6-permafailon 60 10 1-255 +exit diff --git a/.config/s6-rc/quickshell/producer-for b/.config/s6-rc/quickshell/producer-for new file mode 100644 index 0000000..b38e57d --- /dev/null +++ b/.config/s6-rc/quickshell/producer-for @@ -0,0 +1 @@ +quickshell-log diff --git a/.config/s6-rc/quickshell/run b/.config/s6-rc/quickshell/run new file mode 100755 index 0000000..62ab6b5 --- /dev/null +++ b/.config/s6-rc/quickshell/run @@ -0,0 +1,6 @@ +#!/bin/execlineb -P +redirfd -r 0 /dev/null +fdmove -c 2 1 +importas -i XDG_RUNTIME_DIR XDG_RUNTIME_DIR +s6-envdir ${XDG_RUNTIME_DIR}/wl_env +quickshell diff --git a/.config/s6-rc/quickshell/type b/.config/s6-rc/quickshell/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/.config/s6-rc/quickshell/type @@ -0,0 +1 @@ +longrun |
