summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2015-12-11 14:22:18 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2015-12-11 18:04:27 +0100
commitf28a1d9183a90284329e6c048ba7785313a5a50f (patch)
tree6edce5710a90d5e5e648d8bf263648a8bcb9a4fd /sway/sway.5.txt
parentAdd floating_modifier extension to example config (diff)
downloadsway-f28a1d9183a90284329e6c048ba7785313a5a50f.tar.gz
sway-f28a1d9183a90284329e6c048ba7785313a5a50f.tar.zst
sway-f28a1d9183a90284329e6c048ba7785313a5a50f.zip
Add floating_modifier extension to manpage
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 24467d22..c3736d01 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -41,10 +41,12 @@ Commands
41**floating** <enable|disable|toggle>:: 41**floating** <enable|disable|toggle>::
42 Make focused view floating, non-floating, or the opposite of what it is now. 42 Make focused view floating, non-floating, or the opposite of what it is now.
43 43
44**floating_modifier** <modifier>:: 44**floating_modifier** <modifier> [normal|inverse]::
45 When the _modifier_ key is held down, you may use left click to drag floating 45 When the _modifier_ key is held down, you may use left click to drag floating
46 windows, and right click to resize them. Unlike i3, this modifier may also be 46 windows, and right click to resize them. Unlike i3, this modifier may also be
47 used to resize and move windows that are tiled. 47 used to resize and move windows that are tiled. With the _inverse_ mode
48 enabled, left click is used for resizing and right click for dragging. The
49 mode paramenter is optional and defaults to _normal_ if it isn't defined.
48 50
49**focus** <direction>:: 51**focus** <direction>::
50 Direction may be one of _up_, _down_, _left_, _right_, or _parent_. The 52 Direction may be one of _up_, _down_, _left_, _right_, or _parent_. The