diff options
Diffstat (limited to '.config/s6-rc/eww')
| -rwxr-xr-x | .config/s6-rc/eww/data/check | 2 | ||||
| -rw-r--r-- | .config/s6-rc/eww/dependencies.d/wayland | 0 | ||||
| -rwxr-xr-x | .config/s6-rc/eww/finish | 3 | ||||
| -rw-r--r-- | .config/s6-rc/eww/notification-fd | 1 | ||||
| -rw-r--r-- | .config/s6-rc/eww/producer-for | 1 | ||||
| -rwxr-xr-x | .config/s6-rc/eww/run | 6 | ||||
| -rw-r--r-- | .config/s6-rc/eww/type | 1 |
7 files changed, 14 insertions, 0 deletions
diff --git a/.config/s6-rc/eww/data/check b/.config/s6-rc/eww/data/check new file mode 100755 index 0000000..f460ac1 --- /dev/null +++ b/.config/s6-rc/eww/data/check @@ -0,0 +1,2 @@ +#!/command/execlineb -P +redirfd -w 1 /dev/null fdmove -c 2 1 eww ping diff --git a/.config/s6-rc/eww/dependencies.d/wayland b/.config/s6-rc/eww/dependencies.d/wayland new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.config/s6-rc/eww/dependencies.d/wayland diff --git a/.config/s6-rc/eww/finish b/.config/s6-rc/eww/finish new file mode 100755 index 0000000..b22f9dc --- /dev/null +++ b/.config/s6-rc/eww/finish @@ -0,0 +1,3 @@ +#!/command/execlineb -P +s6-permafailon 60 10 1-255 +exit diff --git a/.config/s6-rc/eww/notification-fd b/.config/s6-rc/eww/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/.config/s6-rc/eww/notification-fd @@ -0,0 +1 @@ +3 diff --git a/.config/s6-rc/eww/producer-for b/.config/s6-rc/eww/producer-for new file mode 100644 index 0000000..f49fd8d --- /dev/null +++ b/.config/s6-rc/eww/producer-for @@ -0,0 +1 @@ +eww-log diff --git a/.config/s6-rc/eww/run b/.config/s6-rc/eww/run new file mode 100755 index 0000000..a0258fa --- /dev/null +++ b/.config/s6-rc/eww/run @@ -0,0 +1,6 @@ +#!/bin/execlineb -P +fdmove -c 2 1 +importas -i XDG_RUNTIME_DIR XDG_RUNTIME_DIR +s6-envdir ${XDG_RUNTIME_DIR}/wl_env +s6-notifyoncheck +eww daemon --no-daemonize diff --git a/.config/s6-rc/eww/type b/.config/s6-rc/eww/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/.config/s6-rc/eww/type @@ -0,0 +1 @@ +longrun |
