diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-04-26 15:35:54 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-04-26 15:35:54 -0400 |
commit | ffd0d020d61a4c3fb034571515731d31879ee9ec (patch) | |
tree | e3a65084ce975729846bb2fd85aeba5ce531544d /sway | |
parent | 51143a75afe284d6c08e8a52516cba6afe834ac0 (diff) |
Update sway(5)
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway.5.txt | 4 |
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: When _output_: place mouse at center of newly focused window when changing output. When _none_: don't move mouse. +**no_focus** <criteria>:: + Prevents windows matching <criteria> from being focused automatically when + they're created. This does not apply to the first window in a workspace. + **output** <name> <resolution|res> <WIDTHxHEIGHT>:: Configures the specified output to use the given resolution. + |