[rc/sway] uncomment floating_modifier
authorAmin Bandali <amin@aminb.org>
Mon, 23 Jul 2018 02:04:28 +0000 (22:04 -0400)
committerAmin Bandali <amin@aminb.org>
Mon, 23 Jul 2018 02:04:28 +0000 (22:04 -0400)
landed as of https://github.com/swaywm/sway/pull/2296
though, there seems to have been a change of syntax, and the second
argument (normal or inverse) was not implemented (perhaps not yet).

rc.org

diff --git a/rc.org b/rc.org
index bad5252..d679189 100644 (file)
--- a/rc.org
+++ b/rc.org
@@ -3734,10 +3734,7 @@ 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.
-    # 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
+    floating_modifier $mod
 
     # reload the configuration file
     bindsym $mod+Shift+c reload