aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2015-12-11 14:07:59 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2015-12-11 18:04:27 +0100
commitc286d69deba17df69d1fd3fbdf2b51ae84dd1db3 (patch)
treef010e4e2e457b81d692d1e803c21c05705364dd9 /config
parentMake mouse key used for drag/resize configurable (diff)
downloadsway-c286d69deba17df69d1fd3fbdf2b51ae84dd1db3.tar.gz
sway-c286d69deba17df69d1fd3fbdf2b51ae84dd1db3.tar.zst
sway-c286d69deba17df69d1fd3fbdf2b51ae84dd1db3.zip
Add floating_modifier extension to example config
Diffstat (limited to 'config')
-rw-r--r--config4
1 files changed, 3 insertions, 1 deletions
diff --git a/config b/config
index bd9b980b..2bb37f4f 100644
--- a/config
+++ b/config
@@ -32,7 +32,9 @@ set $menu dmenu_run
32 # Drag floating windows by holding down $mod and left mouse button. 32 # Drag floating windows by holding down $mod and left mouse button.
33 # Resize them with right mouse button + $mod. 33 # Resize them with right mouse button + $mod.
34 # Despite the name, also works for non-floating windows. 34 # Despite the name, also works for non-floating windows.
35 floating_modifier $mod 35 # Change normal to inverse to use left mouse button for resizing and right
36 # mouse button for dragging.
37 floating_modifier $mod normal
36 38
37 # reload the configuration file 39 # reload the configuration file
38 bindsym $mod+Shift+c reload 40 bindsym $mod+Shift+c reload