aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Jonas Große Sundrup <jonas-git@grosse-sundrup.com>2020-07-12 13:57:30 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2020-07-15 19:27:13 +0200
commit773e745f52ce0d098188c8cf4ca04b81a074bb4e (patch)
tree2aed34b67d32f16a1498cbae42326955f2910685
parentMake the default workspace commands compatible with i3 (diff)
downloadsway-773e745f52ce0d098188c8cf4ca04b81a074bb4e.tar.gz
sway-773e745f52ce0d098188c8cf4ca04b81a074bb4e.tar.zst
sway-773e745f52ce0d098188c8cf4ca04b81a074bb4e.zip
rephrase swayidle-timout example to improve readability
(cherry picked from commit 10ec97c073ea7c06f7c129a4baa4576783248148)
-rw-r--r--config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.in b/config.in
index 55943169..08703bef 100644
--- a/config.in
+++ b/config.in
@@ -37,8 +37,7 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
37# 37#
38# exec swayidle -w \ 38# exec swayidle -w \
39# timeout 300 'swaylock -f -c 000000' \ 39# timeout 300 'swaylock -f -c 000000' \
40# timeout 600 'swaymsg "output * dpms off"' \ 40# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
41# resume 'swaymsg "output * dpms on"' \
42# before-sleep 'swaylock -f -c 000000' 41# before-sleep 'swaylock -f -c 000000'
43# 42#
44# This will lock your screen after 300 seconds of inactivity, then turn off 43# This will lock your screen after 300 seconds of inactivity, then turn off