From b41bfb271ff22c360850ef24a59b1d4b5a82fdaf Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 25 Jul 2018 20:17:12 -0400 Subject: [PATCH] [rc/sway] add back second argument of floating_modifier implemented in https://github.com/swaywm/sway/pull/2352 --- rc.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.20.1