Revert swayidle behaviour
This commit is contained in:
parent
dd163e04e4
commit
7a17ca17a1
|
@ -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}`
|
||||||
|
|
Loading…
Reference in New Issue