From 72f26f31871189b656f1b7f9a5ea9d140232a160 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 30 Jun 2024 22:53:39 -0500 Subject: [PATCH] set sway-audio-idle-inhibit to exec_always for sway --- home/gui/files/sway/default | 2 +- home/gui/files/sway/eve | 2 +- home/gui/files/sway/loki | 2 +- home/gui/files/sway/pocket2 | 2 +- home/gui/files/sway/smaug | 2 +- home/gui/files/sway/t2 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home/gui/files/sway/default b/home/gui/files/sway/default index 722b18e..9bce230 100644 --- a/home/gui/files/sway/default +++ b/home/gui/files/sway/default @@ -4,7 +4,7 @@ set $terminal_path /home/don/bin/mynewterm set $snd_sink alsa_output.usb-Corsair_CORSAIR_VOID_ELITE_Wireless_Gaming_Dongle-00.iec958-stereo set $lock /home/don/bin/lock.sh -exec sway-audio-idle-inhibit +exec_always sway-audio-idle-inhibit exec swayidle -w \ timeout 300 $lock \ timeout 360 'swaymsg "output * dpms off"' \ diff --git a/home/gui/files/sway/eve b/home/gui/files/sway/eve index 92f70c1..e68a1c9 100644 --- a/home/gui/files/sway/eve +++ b/home/gui/files/sway/eve @@ -4,7 +4,7 @@ set $terminal_path /home/don/bin/mynewterm set $snd_sink alsa_output.usb-Corsair_CORSAIR_VOID_ELITE_Wireless_Gaming_Dongle-00.iec958-stereo set $lock /home/don/bin/lock.sh -exec sway-audio-idle-inhibit +exec_always sway-audio-idle-inhibit exec swayidle -w \ timeout 300 $lock \ timeout 360 'swaymsg "output * dpms off"' \ diff --git a/home/gui/files/sway/loki b/home/gui/files/sway/loki index fb36590..b63ea04 100644 --- a/home/gui/files/sway/loki +++ b/home/gui/files/sway/loki @@ -4,7 +4,7 @@ set $terminal_path /home/don/bin/mynewterm set $snd_sink alsa_output.usb-Corsair_CORSAIR_VOID_ELITE_Wireless_Gaming_Dongle-00.iec958-stereo set $lock /home/don/bin/lock.sh -exec sway-audio-idle-inhibit +exec_always sway-audio-idle-inhibit exec swayidle -w \ timeout 300 $lock \ timeout 360 'swaymsg "output * dpms off"' \ diff --git a/home/gui/files/sway/pocket2 b/home/gui/files/sway/pocket2 index c636491..ebc08f6 100644 --- a/home/gui/files/sway/pocket2 +++ b/home/gui/files/sway/pocket2 @@ -4,7 +4,7 @@ set $terminal_path /home/don/bin/mynewterm set $snd_sink alsa_output.usb-Corsair_CORSAIR_VOID_ELITE_Wireless_Gaming_Dongle-00.iec958-stereo set $lock /home/don/bin/lock.sh -exec sway-audio-idle-inhibit +exec_always sway-audio-idle-inhibit exec swayidle -w \ timeout 300 $lock \ timeout 360 'swaymsg "output * dpms off"' \ diff --git a/home/gui/files/sway/smaug b/home/gui/files/sway/smaug index 7b0f575..10f5db4 100644 --- a/home/gui/files/sway/smaug +++ b/home/gui/files/sway/smaug @@ -4,7 +4,7 @@ set $terminal_path /home/don/bin/mynewterm set $snd_sink alsa_output.usb-Corsair_CORSAIR_VOID_ELITE_Wireless_Gaming_Dongle-00.iec958-stereo set $lock /home/don/bin/lock.sh -exec sway-audio-idle-inhibit +exec_always sway-audio-idle-inhibit exec swayidle -w \ timeout 300 $lock \ timeout 360 'swaymsg "output * dpms off"' \ diff --git a/home/gui/files/sway/t2 b/home/gui/files/sway/t2 index 06f05ff..a6dffc8 100644 --- a/home/gui/files/sway/t2 +++ b/home/gui/files/sway/t2 @@ -4,7 +4,7 @@ set $terminal_path /home/don/bin/mynewterm set $snd_sink alsa_output.usb-Corsair_CORSAIR_VOID_ELITE_Wireless_Gaming_Dongle-00.iec958-stereo set $lock /home/don/bin/lock.sh -exec sway-audio-idle-inhibit +exec_always sway-audio-idle-inhibit exec swayidle -w \ timeout 300 $lock \ timeout 360 'swaymsg "output * dpms off"' \