aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2022-07-02 11:54:43 +0200
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2022-07-04 21:58:24 +0300
commit798e3c8858fdddb0e548d649cc61b6777565de98 (patch)
treea931e1c866c0db1ef7cd80911cbb99f5243df1f0
parentipc: add "power" to output reply (diff)
downloadsway-798e3c8858fdddb0e548d649cc61b6777565de98.tar.gz
sway-798e3c8858fdddb0e548d649cc61b6777565de98.tar.zst
sway-798e3c8858fdddb0e548d649cc61b6777565de98.zip
config.in: switch to `output power`
-rw-r--r--config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.in b/config.in
index 94050ba6..3eda7ac7 100644
--- a/config.in
+++ b/config.in
@@ -37,7 +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"' resume 'swaymsg "output * dpms on"' \ 40# timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
41# before-sleep 'swaylock -f -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