From: Amin Bandali Date: Mon, 23 Jul 2018 02:04:28 +0000 (-0400) Subject: [rc/sway] uncomment floating_modifier X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/fc29469576f7db5203d8ef08b298a6fd72f78c27 [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). --- 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