diff options
Diffstat (limited to '.config/s6-rc/swayidle-log')
| -rw-r--r-- | .config/s6-rc/swayidle-log/consumer-for | 2 | ||||
| -rw-r--r-- | .config/s6-rc/swayidle-log/notification-fd | 1 | ||||
| -rw-r--r-- | .config/s6-rc/swayidle-log/pipeline-name | 1 | ||||
| -rwxr-xr-x | .config/s6-rc/swayidle-log/run | 4 | ||||
| -rw-r--r-- | .config/s6-rc/swayidle-log/type | 1 |
5 files changed, 9 insertions, 0 deletions
diff --git a/.config/s6-rc/swayidle-log/consumer-for b/.config/s6-rc/swayidle-log/consumer-for new file mode 100644 index 0000000..41abd49 --- /dev/null +++ b/.config/s6-rc/swayidle-log/consumer-for @@ -0,0 +1,2 @@ +swayidle +swayidle-nosleep diff --git a/.config/s6-rc/swayidle-log/notification-fd b/.config/s6-rc/swayidle-log/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/.config/s6-rc/swayidle-log/notification-fd @@ -0,0 +1 @@ +3 diff --git a/.config/s6-rc/swayidle-log/pipeline-name b/.config/s6-rc/swayidle-log/pipeline-name new file mode 100644 index 0000000..37c41f5 --- /dev/null +++ b/.config/s6-rc/swayidle-log/pipeline-name @@ -0,0 +1 @@ +swayidle-pipeline diff --git a/.config/s6-rc/swayidle-log/run b/.config/s6-rc/swayidle-log/run new file mode 100755 index 0000000..98548eb --- /dev/null +++ b/.config/s6-rc/swayidle-log/run @@ -0,0 +1,4 @@ +#!/bin/execlineb -P +importas -i HOME HOME +exec -c +s6-log -d3 -- t ${HOME}/.local/state/s6/logs/swayidle diff --git a/.config/s6-rc/swayidle-log/type b/.config/s6-rc/swayidle-log/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/.config/s6-rc/swayidle-log/type @@ -0,0 +1 @@ +longrun |
