summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-11-22 08:53:48 +0100
committerLibravatar GitHub <noreply@github.com>2018-11-22 08:53:48 +0100
commitd63f9028d717ce6c28d4ef943266819344af706c (patch)
treef64b44b4c9db863a29c671913d70d961ae014daf
parentMerge pull request #3160 from camoz/master (diff)
parentfix typo in swayidle(1) (diff)
downloadsway-d63f9028d717ce6c28d4ef943266819344af706c.tar.gz
sway-d63f9028d717ce6c28d4ef943266819344af706c.tar.zst
sway-d63f9028d717ce6c28d4ef943266819344af706c.zip
Merge pull request #3171 from camoz/master
fix typo in swayidle(1)
-rw-r--r--swayidle/swayidle.1.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/swayidle/swayidle.1.scd b/swayidle/swayidle.1.scd
index 3083163f..0e3b5c3c 100644
--- a/swayidle/swayidle.1.scd
+++ b/swayidle/swayidle.1.scd
@@ -49,7 +49,7 @@ swayidle \
49``` 49```
50 50
51This will lock your screen after 300 seconds of inactivity, then turn off your 51This will lock your screen after 300 seconds of inactivity, then turn off your
52displays after another 600 seconds, and turn your screens back on when resumed. 52displays after another 300 seconds, and turn your screens back on when resumed.
53It will also lock your screen before your computer goes to sleep. 53It will also lock your screen before your computer goes to sleep.
54 54
55# AUTHORS 55# AUTHORS