aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Alex Maese <memaese@hotmail.com>2020-01-19 22:01:33 -0600
committerLibravatar Drew DeVault <sir@cmpwn.com>2020-01-20 09:19:04 -0700
commit8faaf52f7f15c3ad9a8e2c5d1cfa4fd2b6ee8fd3 (patch)
tree322769c7da2f83c5fb0b9070106aeac9a0bd1338 /sway/sway.5.scd
parentAdd ability to remove the floating modifier (diff)
downloadsway-8faaf52f7f15c3ad9a8e2c5d1cfa4fd2b6ee8fd3.tar.gz
sway-8faaf52f7f15c3ad9a8e2c5d1cfa4fd2b6ee8fd3.tar.zst
sway-8faaf52f7f15c3ad9a8e2c5d1cfa4fd2b6ee8fd3.zip
Add documentation for floating_modifier
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd5
1 files changed, 3 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index b19289d8..6b2ad1b1 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -558,8 +558,9 @@ The default colors are:
558 558
559*floating_modifier* <modifier> [normal|inverse] 559*floating_modifier* <modifier> [normal|inverse]
560 When the _modifier_ key is held down, you may hold left click to move 560 When the _modifier_ key is held down, you may hold left click to move
561 windows, and right click to resize them. If _inverse_ is specified, left 561 windows, and right click to resize them. Setting _modifier_ to _none_
562 click is used for resizing and right click for moving. 562 disables this feature. If _inverse_ is specified, left click is used for
563 resizing and right click for moving.
563 564
564*focus_follows_mouse* yes|no|always 565*focus_follows_mouse* yes|no|always
565 If set to _yes_, moving your mouse over a window will focus that window. If 566 If set to _yes_, moving your mouse over a window will focus that window. If