From 71f13cbf931198937f3cc907528b422a7e25b6fc Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Wed, 18 Oct 2023 00:56:28 +0200 Subject: [PATCH] Update --- .config/sway/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index e0bd275..24c0d83 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -38,10 +38,10 @@ output "*" bg ~/.config/sway/wallpaper.jpg fill # # Example configuration: # -exec swayidle -w \ - timeout 300 'swaylock -f -c 000000' \ - timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ - before-sleep 'swaylock -f -c 000000' +#exec swayidle -w \ +# timeout 300 'swaylock -f -c 000000' \ +# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ +# before-sleep 'swaylock -f -c 000000' # This will lock your screen after 300 seconds of inactivity, then turn off # your displays after another 300 seconds, and turn your screens back on when