aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-04-26 15:35:54 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-04-26 15:35:54 -0400
commitffd0d020d61a4c3fb034571515731d31879ee9ec (patch)
treee3a65084ce975729846bb2fd85aeba5ce531544d
parentImplement no_focus (diff)
downloadsway-ffd0d020d61a4c3fb034571515731d31879ee9ec.tar.gz
sway-ffd0d020d61a4c3fb034571515731d31879ee9ec.tar.zst
sway-ffd0d020d61a4c3fb034571515731d31879ee9ec.zip
Update sway(5)
-rw-r--r--sway/sway.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 4bc968e0..1fa0b856 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -336,6 +336,10 @@ The default colors are:
336 When _output_: place mouse at center of newly focused window when changing 336 When _output_: place mouse at center of newly focused window when changing
337 output. When _none_: don't move mouse. 337 output. When _none_: don't move mouse.
338 338
339**no_focus** <criteria>::
340 Prevents windows matching <criteria> from being focused automatically when
341 they're created. This does not apply to the first window in a workspace.
342
339**output** <name> <resolution|res> <WIDTHxHEIGHT>:: 343**output** <name> <resolution|res> <WIDTHxHEIGHT>::
340 Configures the specified output to use the given resolution. 344 Configures the specified output to use the given resolution.
341 + 345 +