summaryrefslogtreecommitdiffstats
path: root/rc.org
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-07-25 20:17:12 -0400
committerAmin Bandali <amin@aminb.org>2018-07-25 21:40:09 -0400
commitb41bfb271ff22c360850ef24a59b1d4b5a82fdaf (patch)
tree3e875ce1376764ebb6c87556d70422dfe5abeca7 /rc.org
parentce79d14b5797b9512b8078fbcf8a31b9e15108b5 (diff)
downloadconfigs-b41bfb271ff22c360850ef24a59b1d4b5a82fdaf.tar.gz
configs-b41bfb271ff22c360850ef24a59b1d4b5a82fdaf.tar.xz
configs-b41bfb271ff22c360850ef24a59b1d4b5a82fdaf.zip
[rc/sway] add back second argument of floating_modifier
implemented in https://github.com/swaywm/sway/pull/2352
Diffstat (limited to 'rc.org')
-rw-r--r--rc.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/rc.org b/rc.org
index c596286..d1155f1 100644
--- a/rc.org
+++ b/rc.org
@@ -3740,7 +3740,10 @@ input "1:1:AT_Translated_Set_2_keyboard" {
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
- floating_modifier $mod
+ # Despite the name, also works for non-floating windows.
+ # 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