summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-x.local/share/s6/footserver/run2
-rwxr-xr-x.local/share/s6/kanshi/run2
-rwxr-xr-x.local/share/s6/mako/run2
-rwxr-xr-x.local/share/s6/oguri/run2
-rwxr-xr-x.local/share/s6/pipewire/run2
-rwxr-xr-x.local/share/s6/swayidle/run14
-rwxr-xr-x.local/share/s6/waybar/run2
-rwxr-xr-x.local/share/s6/wlsunset/run4
8 files changed, 13 insertions, 17 deletions
diff --git a/.local/share/s6/footserver/run b/.local/share/s6/footserver/run
index dcc018c..8d052b3 100755
--- a/.local/share/s6/footserver/run
+++ b/.local/share/s6/footserver/run
@@ -1,2 +1,2 @@
 #!/bin/execlineb -P
-foreground { foot -s }
+foot -s
diff --git a/.local/share/s6/kanshi/run b/.local/share/s6/kanshi/run
index 801da1a..4c2b85f 100755
--- a/.local/share/s6/kanshi/run
+++ b/.local/share/s6/kanshi/run
@@ -1,2 +1,2 @@
 #!/bin/execlineb -P
-foreground { kanshi }
+kanshi
diff --git a/.local/share/s6/mako/run b/.local/share/s6/mako/run
index 4964adf..bf020a8 100755
--- a/.local/share/s6/mako/run
+++ b/.local/share/s6/mako/run
@@ -1,2 +1,2 @@
 #!/bin/execlineb -P
-foreground { mako }
+mako
diff --git a/.local/share/s6/oguri/run b/.local/share/s6/oguri/run
index fee19b2..3d0c440 100755
--- a/.local/share/s6/oguri/run
+++ b/.local/share/s6/oguri/run
@@ -1,2 +1,2 @@
 #!/bin/execlineb -P
-foreground { oguri }
+oguri
diff --git a/.local/share/s6/pipewire/run b/.local/share/s6/pipewire/run
index 8cd9afd..ff50c2a 100755
--- a/.local/share/s6/pipewire/run
+++ b/.local/share/s6/pipewire/run
@@ -1,2 +1,2 @@
 #!/bin/execlineb -P
-foreground { pipewire }
+gentoo-pipewire-launcher
diff --git a/.local/share/s6/swayidle/run b/.local/share/s6/swayidle/run
index b41d059..48345ba 100755
--- a/.local/share/s6/swayidle/run
+++ b/.local/share/s6/swayidle/run
@@ -1,9 +1,7 @@
 #!/bin/execlineb -P
-foreground {
-  swayidle -w \
-    timeout 540 'lock' \
-    timeout 800 'swaymsg output \* dpms off' \
-        resume 'swaymsg output \* dpms on' \
-    before-sleep 'lock' \
-    lock 'lock'
-}
+swayidle -w -S seat0 \
+  timeout 540 'lock' \
+  timeout 800 'swaymsg output \* dpms off' \
+      resume 'swaymsg output \* dpms on' \
+  before-sleep 'lock' \
+  lock 'lock'
diff --git a/.local/share/s6/waybar/run b/.local/share/s6/waybar/run
index 5de0ff6..e75c7af 100755
--- a/.local/share/s6/waybar/run
+++ b/.local/share/s6/waybar/run
@@ -1,2 +1,2 @@
 #!/bin/execlineb -P
-foreground { waybar }
+waybar
diff --git a/.local/share/s6/wlsunset/run b/.local/share/s6/wlsunset/run
index 9d325aa..63aaea4 100755
--- a/.local/share/s6/wlsunset/run
+++ b/.local/share/s6/wlsunset/run
@@ -1,4 +1,2 @@
 #!/bin/execlineb -P
-foreground {
-  wlsunset -l $HOME_LAT -L $HOME_LON -H $HOME/bin/darkmode
-}
+wlsunset -l $HOME_LAT -L $HOME_LON -H $HOME/bin/darkmode