aboutsummaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2019-01-09 01:16:32 +0000
committerLibravatar emersion <contact@emersion.fr>2019-01-14 18:08:13 +0100
commit2f36db15d449705a0d73828d27a58db8928866f1 (patch)
tree3213fbf94ffc5ab73963d78cbab4d5d76fb28e0d /config.in
parentMerge pull request #3403 from mstoeckl/ipcleanup (diff)
downloadsway-2f36db15d449705a0d73828d27a58db8928866f1.tar.gz
sway-2f36db15d449705a0d73828d27a58db8928866f1.tar.zst
sway-2f36db15d449705a0d73828d27a58db8928866f1.zip
config.in: update swayidle/swaylock example
Diffstat (limited to 'config.in')
-rw-r--r--config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.in b/config.in
index bb9e35c7..fbd95235 100644
--- a/config.in
+++ b/config.in
@@ -34,11 +34,11 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
34# 34#
35# Example configuration: 35# Example configuration:
36# 36#
37#exec swayidle \ 37# exec swayidle -w \
38# timeout 300 'swaylock -c 000000' \ 38# timeout 300 'swaylock -f -c 000000' \
39# timeout 600 'swaymsg "output * dpms off"' \ 39# timeout 600 'swaymsg "output * dpms off"' \
40# resume 'swaymsg "output * dpms on"' \ 40# resume 'swaymsg "output * dpms on"' \
41# before-sleep 'swaylock -c 000000' 41# before-sleep 'swaylock -f -c 000000'
42# 42#
43# 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
44# your displays after another 300 seconds, and turn your screens back on when 44# your displays after another 300 seconds, and turn your screens back on when