diff options
Diffstat (limited to 'linux/sway')
-rw-r--r-- | linux/sway/autostart.m4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/linux/sway/autostart.m4 b/linux/sway/autostart.m4 index 57094c5..68045e2 100644 --- a/linux/sway/autostart.m4 +++ b/linux/sway/autostart.m4 @@ -5,12 +5,12 @@ exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSO # screen locking m4_changequote({, })m4_dnl m4_ifelse(SYSID, {1}, {m4_dnl -exec swayidle -w \ - timeout 300 'swaymsg "output * dpms off"' \ - timeout 3600 physlock \ - resume 'swaymsg "output * dpms on"' \ - before-sleep physlock -})m4_dnl +#exec swayidle -w \ +# timeout 300 'swaymsg "output * dpms off"' \ +# timeout 3600 physlock \ +# resume 'swaymsg "output * dpms on"' \ +# before-sleep physlock +#})m4_dnl m4_changequote(`, ')m4_dnl # notification centre |