From f28a1d9183a90284329e6c048ba7785313a5a50f Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Fri, 11 Dec 2015 14:22:18 +0100 Subject: [PATCH] Add floating_modifier extension to manpage --- sway/sway.5.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sway/sway.5.txt b/sway/sway.5.txt index 24467d22c..c3736d012 100644 --- a/sway/sway.5.txt +++ b/sway/sway.5.txt @@ -41,10 +41,12 @@ Commands **floating** :: Make focused view floating, non-floating, or the opposite of what it is now. -**floating_modifier** :: +**floating_modifier** [normal|inverse]:: When the _modifier_ key is held down, you may use left click to drag floating windows, and right click to resize them. Unlike i3, this modifier may also be - used to resize and move windows that are tiled. + used to resize and move windows that are tiled. With the _inverse_ mode + enabled, left click is used for resizing and right click for dragging. The + mode paramenter is optional and defaults to _normal_ if it isn't defined. **focus** :: Direction may be one of _up_, _down_, _left_, _right_, or _parent_. The