diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-12 12:28:56 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-12 12:28:56 -0500 |
commit | 19fd979af495d2ef75efaaad8962da761e4db530 (patch) | |
tree | 4918aa7da708704bf8ded897b82b02d43db408d8 /config | |
parent | bffbe11e530fa37f2421e94463bc2ec4516ba394 (diff) | |
parent | f28a1d9183a90284329e6c048ba7785313a5a50f (diff) | |
download | sway-19fd979af495d2ef75efaaad8962da761e4db530.tar.xz |
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-- | config | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,7 +32,9 @@ set $menu dmenu_run # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. # Despite the name, also works for non-floating windows. - floating_modifier $mod + # Change normal to inverse to use left mouse button for resizing and right + # mouse button for dragging. + floating_modifier $mod normal # reload the configuration file bindsym $mod+Shift+c reload |