middleclick+drag for tabbing
This commit is contained in:
parent
ca7b18ff7a
commit
22be59591d
1 changed files with 2 additions and 5 deletions
7
keys
7
keys
|
|
@ -22,8 +22,8 @@ OnRightGrip Move1 :StartResizing bottomright
|
||||||
# super + middle click to lower the window
|
# super + middle click to lower the window
|
||||||
OnWindow Mod4 Mouse2 :Lower
|
OnWindow Mod4 Mouse2 :Lower
|
||||||
|
|
||||||
# control-click a window's titlebar and drag to attach windows
|
# middle click a window's titlebar and drag to attach windows
|
||||||
OnTitlebar Control Mouse1 :StartTabbing
|
OnTitlebar Mouse2 :StartTabbing
|
||||||
|
|
||||||
# double click on the titlebar to shade
|
# double click on the titlebar to shade
|
||||||
OnTitlebar Double Mouse1 :Shade
|
OnTitlebar Double Mouse1 :Shade
|
||||||
|
|
@ -32,9 +32,6 @@ OnTitlebar Double Mouse1 :Shade
|
||||||
OnTitlebar Mouse1 :MacroCmd {Raise} {Focus} {ActivateTab}
|
OnTitlebar Mouse1 :MacroCmd {Raise} {Focus} {ActivateTab}
|
||||||
OnTitlebar Move1 :StartMoving
|
OnTitlebar Move1 :StartMoving
|
||||||
|
|
||||||
# middle click on the titlebar to lower
|
|
||||||
OnTitlebar Mouse2 :Lower
|
|
||||||
|
|
||||||
# right click on the titlebar for a menu of options
|
# right click on the titlebar for a menu of options
|
||||||
OnTitlebar Mouse3 :WindowMenu
|
OnTitlebar Mouse3 :WindowMenu
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue