1
0
Fork 0

middleclick+drag for tabbing

This commit is contained in:
yuki 2025-08-09 06:22:05 -04:00
parent ca7b18ff7a
commit 22be59591d

7
keys
View file

@ -22,8 +22,8 @@ OnRightGrip Move1 :StartResizing bottomright
# super + middle click to lower the window
OnWindow Mod4 Mouse2 :Lower
# control-click a window's titlebar and drag to attach windows
OnTitlebar Control Mouse1 :StartTabbing
# middle click a window's titlebar and drag to attach windows
OnTitlebar Mouse2 :StartTabbing
# double click on the titlebar to shade
OnTitlebar Double Mouse1 :Shade
@ -32,9 +32,6 @@ OnTitlebar Double Mouse1 :Shade
OnTitlebar Mouse1 :MacroCmd {Raise} {Focus} {ActivateTab}
OnTitlebar Move1 :StartMoving
# middle click on the titlebar to lower
OnTitlebar Mouse2 :Lower
# right click on the titlebar for a menu of options
OnTitlebar Mouse3 :WindowMenu