aboutsummaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.in')
-rw-r--r--config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.in b/config.in
index 54817f2a..4a11762a 100644
--- a/config.in
+++ b/config.in
@@ -29,6 +29,20 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
29# 29#
30# You can get the names of your outputs by running: swaymsg -t get_outputs 30# You can get the names of your outputs by running: swaymsg -t get_outputs
31 31
32### Idle configuration
33#
34# Example configuration:
35#
36#exec swayidle \
37# timeout 300 'swaylock -c 000000' \
38# timeout 600 'swaymsg "output * dpms off"' \
39# resume 'swaymsg "output * dpms on"' \
40# before-sleep 'swaylock -c 000000'
41#
42# This will lock your screen after 300 seconds of inactivity, then turn off
43# your displays after another 600 seconds, and turn your screens back on when
44# resumed. It will also lock your screen before your computer goes to sleep.
45
32### Input configuration 46### Input configuration
33# 47#
34# Example configuration: 48# Example configuration: