From fc29469576f7db5203d8ef08b298a6fd72f78c27 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 22 Jul 2018 22:04:28 -0400 Subject: [PATCH] [rc/sway] uncomment floating_modifier 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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rc.org b/rc.org index bad5252..d679189 100644 --- 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 -- 2.20.1