From 4bd8440271859a46b6a6152cf8dece5c3151b4e9 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 22 Mar 2026 13:28:34 +0000 Subject: Removed sway-audio-idle-inhibit & fix waybar on sway --- init.d/waybar | 1 + 1 file changed, 1 insertion(+) (limited to 'init.d/waybar') diff --git a/init.d/waybar b/init.d/waybar index cf3c192..24c7eba 100755 --- a/init.d/waybar +++ b/init.d/waybar @@ -8,5 +8,6 @@ supervisor=supervise-daemon error_logger="logger -t '${RC_SVCNAME}' -p daemon.error" #export SWAYSOCK="$(sway --get-socketpath)" +# Fix to get SWAYSOCK export SWAYSOCK="$(ls $XDG_RUNTIME_DIR/sway-ipc.* | head -n 1)" -- cgit