diff options
-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 |