diff options
author | emersion <contact@emersion.fr> | 2018-11-20 22:53:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-20 22:53:29 +0100 |
commit | cecf00b924a76feb503d58113462acb4e14e53bf (patch) | |
tree | fa5a45ab6ff3a1e70b32b27b1882fbfdcb3ba17e | |
parent | bf7af9c690de1da94a5fa258747cd983cb61b707 (diff) | |
parent | 101e4e55a25e5f75c72d512438e6d77601110a46 (diff) |
Merge pull request #3160 from camoz/master
fix typo in config.in
-rw-r--r-- | config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # before-sleep 'swaylock -c 000000' # # This will lock your screen after 300 seconds of inactivity, then turn off -# your displays after another 600 seconds, and turn your screens back on when +# your displays after another 300 seconds, and turn your screens back on when # resumed. It will also lock your screen before your computer goes to sleep. ### Input configuration |