diff options
author | Amin Bandali <amin@aminb.org> | 2018-07-25 20:17:12 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-07-25 21:40:09 -0400 |
commit | b41bfb271ff22c360850ef24a59b1d4b5a82fdaf (patch) | |
tree | 3e875ce1376764ebb6c87556d70422dfe5abeca7 | |
parent | ce79d14b5797b9512b8078fbcf8a31b9e15108b5 (diff) | |
download | configs-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
-rw-r--r-- | rc.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |