diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.local/share/s6 | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.local/share/s6')
| -rwxr-xr-x | .local/share/s6/footserver/log/run | 3 | ||||
| -rwxr-xr-x | .local/share/s6/footserver/run | 2 | ||||
| -rwxr-xr-x | .local/share/s6/kanshi/log/run | 3 | ||||
| -rwxr-xr-x | .local/share/s6/kanshi/run | 2 | ||||
| -rwxr-xr-x | .local/share/s6/mako/log/run | 3 | ||||
| -rwxr-xr-x | .local/share/s6/mako/run | 2 | ||||
| -rwxr-xr-x | .local/share/s6/oguri/log/run | 3 | ||||
| -rwxr-xr-x | .local/share/s6/oguri/run | 3 | ||||
| -rwxr-xr-x | .local/share/s6/pipewire/log/run | 3 | ||||
| -rwxr-xr-x | .local/share/s6/pipewire/run | 2 | ||||
| -rwxr-xr-x | .local/share/s6/swayidle/log/run | 3 | ||||
| -rwxr-xr-x | .local/share/s6/swayidle/run | 7 | ||||
| -rwxr-xr-x | .local/share/s6/waybar/log/run | 3 | ||||
| -rwxr-xr-x | .local/share/s6/waybar/run | 2 | ||||
| -rwxr-xr-x | .local/share/s6/wlsunset/log/run | 3 | ||||
| -rwxr-xr-x | .local/share/s6/wlsunset/run | 3 |
16 files changed, 0 insertions, 47 deletions
diff --git a/.local/share/s6/footserver/log/run b/.local/share/s6/footserver/log/run deleted file mode 100755 index bfbe9d7..0000000 --- a/.local/share/s6/footserver/log/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/execlineb -P -foreground { mkdir -p /var/log/s6/footserver } -/bin/s6-log -b s1 T /var/log/s6/footserver diff --git a/.local/share/s6/footserver/run b/.local/share/s6/footserver/run deleted file mode 100755 index 1e61041..0000000 --- a/.local/share/s6/footserver/run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec nice --adjustment=2 foot -s 2>&1 diff --git a/.local/share/s6/kanshi/log/run b/.local/share/s6/kanshi/log/run deleted file mode 100755 index 2213d7b..0000000 --- a/.local/share/s6/kanshi/log/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/execlineb -P -foreground { mkdir -p /var/log/s6/kanshi } -/bin/s6-log -b s1 T /var/log/s6/kanshi diff --git a/.local/share/s6/kanshi/run b/.local/share/s6/kanshi/run deleted file mode 100755 index 4c2b85f..0000000 --- a/.local/share/s6/kanshi/run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/execlineb -P -kanshi diff --git a/.local/share/s6/mako/log/run b/.local/share/s6/mako/log/run deleted file mode 100755 index a36b2b4..0000000 --- a/.local/share/s6/mako/log/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/execlineb -P -foreground { mkdir -p /var/log/s6/mako } -/bin/s6-log -b s1 T /var/log/s6/mako diff --git a/.local/share/s6/mako/run b/.local/share/s6/mako/run deleted file mode 100755 index 22177d3..0000000 --- a/.local/share/s6/mako/run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec /usr/bin/mako 2>&1 diff --git a/.local/share/s6/oguri/log/run b/.local/share/s6/oguri/log/run deleted file mode 100755 index 97be5a9..0000000 --- a/.local/share/s6/oguri/log/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/execlineb -P -foreground { mkdir -p /var/log/s6/oguri } -/bin/s6-log -b s1 T /var/log/s6/oguri diff --git a/.local/share/s6/oguri/run b/.local/share/s6/oguri/run deleted file mode 100755 index 28c68de..0000000 --- a/.local/share/s6/oguri/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -(sleep 1 && oguri-cycle) & -exec oguri 2>&1 diff --git a/.local/share/s6/pipewire/log/run b/.local/share/s6/pipewire/log/run deleted file mode 100755 index fd06779..0000000 --- a/.local/share/s6/pipewire/log/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/execlineb -P -foreground { mkdir -p /var/log/s6/pipewire } -/bin/s6-log -b s1 T /var/log/s6/pipewire diff --git a/.local/share/s6/pipewire/run b/.local/share/s6/pipewire/run deleted file mode 100755 index 2ca516a..0000000 --- a/.local/share/s6/pipewire/run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec /usr/bin/gentoo-pipewire-launcher 2>&1 diff --git a/.local/share/s6/swayidle/log/run b/.local/share/s6/swayidle/log/run deleted file mode 100755 index 3b21bc0..0000000 --- a/.local/share/s6/swayidle/log/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/execlineb -P -foreground { mkdir -p /var/log/s6/swayidle } -/bin/s6-log -b s1 T /var/log/s6/swayidle diff --git a/.local/share/s6/swayidle/run b/.local/share/s6/swayidle/run deleted file mode 100755 index 6a8a6a2..0000000 --- a/.local/share/s6/swayidle/run +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -exec swayidle -w -S seat0 \ - timeout 540 'lock' \ - timeout 800 'swaymsg output \* dpms off' \ - resume 'swaymsg output \* dpms on' \ - before-sleep 'lock' \ - lock 'lock' 2>&1 diff --git a/.local/share/s6/waybar/log/run b/.local/share/s6/waybar/log/run deleted file mode 100755 index c022752..0000000 --- a/.local/share/s6/waybar/log/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/execlineb -P -foreground { mkdir -p /var/log/s6/waybar } -/bin/s6-log -b s1 T /var/log/s6/waybar diff --git a/.local/share/s6/waybar/run b/.local/share/s6/waybar/run deleted file mode 100755 index e91eba1..0000000 --- a/.local/share/s6/waybar/run +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec waybar 2>&1 diff --git a/.local/share/s6/wlsunset/log/run b/.local/share/s6/wlsunset/log/run deleted file mode 100755 index bf6bd01..0000000 --- a/.local/share/s6/wlsunset/log/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/execlineb -P -foreground { mkdir -p /var/log/s6/wlsunset } -/bin/s6-log -b s1 T /var/log/s6/wlsunset diff --git a/.local/share/s6/wlsunset/run b/.local/share/s6/wlsunset/run deleted file mode 100755 index a6d65b0..0000000 --- a/.local/share/s6/wlsunset/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -set -x -exec wlsunset -l $HOME_LAT -L $HOME_LON -H $HOME/bin/darkmode 2>&1 |