summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-12 12:28:56 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-12 12:28:56 -0500
commit19fd979af495d2ef75efaaad8962da761e4db530 (patch)
tree4918aa7da708704bf8ded897b82b02d43db408d8 /config
parentFix config.c strlen error (diff)
parentAdd floating_modifier extension to manpage (diff)
downloadsway-19fd979af495d2ef75efaaad8962da761e4db530.tar.gz
sway-19fd979af495d2ef75efaaad8962da761e4db530.tar.zst
sway-19fd979af495d2ef75efaaad8962da761e4db530.zip
Merge pull request #300 from mikkeloscar/configure-mouse-btn
[RFC] Make mouse key used for drag/resize configurable
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