From 7a17ca17a19fa328e1f866a84f4c468d3d5aff0b Mon Sep 17 00:00:00 2001 From: John Mertz Date: Thu, 21 Jul 2022 20:01:28 -0400 Subject: [PATCH] Revert swayidle behaviour --- sway/autostart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/autostart b/sway/autostart index 65545f12c..d092e9c1a 100644 --- a/sway/autostart +++ b/sway/autostart @@ -5,8 +5,8 @@ ################################################################################ # Custom SwayIdle script -#exec swayidle -w timeout 500 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' & -exec ${HOME}/scripts/sway/idle.sh start & +exec swayidle -w timeout 500 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' & +#exec ${HOME}/scripts/sway/idle.sh start & # SSH Add - Should be started by profile instead # exec eval `ssh-agent -a ${SSH_AUTH_SOCK}`