Revert swayidle behaviour

This commit is contained in:
John Mertz 2022-07-21 20:01:28 -04:00
parent dd163e04e4
commit 7a17ca17a1
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
################################################################################ ################################################################################
# Custom SwayIdle script # Custom SwayIdle script
#exec swayidle -w timeout 500 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' & exec swayidle -w timeout 500 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' &
exec ${HOME}/scripts/sway/idle.sh start & #exec ${HOME}/scripts/sway/idle.sh start &
# SSH Add - Should be started by profile instead # SSH Add - Should be started by profile instead
# exec eval `ssh-agent -a ${SSH_AUTH_SOCK}` # exec eval `ssh-agent -a ${SSH_AUTH_SOCK}`