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}`