From f85dee86f9bbf519eaee91f114d65601541ffed4 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 2 Nov 2021 17:59:25 +0100 Subject: s6: remove foreground everywhere --- .local/share/s6/footserver/run | 2 +- .local/share/s6/kanshi/run | 2 +- .local/share/s6/mako/run | 2 +- .local/share/s6/oguri/run | 2 +- .local/share/s6/pipewire/run | 2 +- .local/share/s6/swayidle/run | 14 ++++++-------- .local/share/s6/waybar/run | 2 +- .local/share/s6/wlsunset/run | 4 +--- 8 files changed, 13 insertions(+), 17 deletions(-) (limited to '.local') 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 -- cgit 1.4.1