aboutsummaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <RedSoxFan@users.noreply.github.com>2018-05-14 00:28:21 -0400
committerLibravatar GitHub <noreply@github.com>2018-05-14 00:28:21 -0400
commit34b864fb1752fde2528db6aa86d53c23412a8f43 (patch)
treeb387f1e1eb8f8fc16faeb4bf24a0ab6e8ba5787c /config.in
parentFix titles and detect edges for hide_edge_borders (diff)
parentActually fix swayidle (diff)
downloadsway-34b864fb1752fde2528db6aa86d53c23412a8f43.tar.gz
sway-34b864fb1752fde2528db6aa86d53c23412a8f43.tar.zst
sway-34b864fb1752fde2528db6aa86d53c23412a8f43.zip
Merge branch 'master' into fix-1975
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: