diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/keys | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ OnToolbar Mouse4 :PrevWorkspace | |||
12 | OnToolbar Mouse5 :NextWorkspace | 12 | OnToolbar Mouse5 :NextWorkspace |
13 | 13 | ||
14 | # alt + left/right click to move/resize a window | 14 | # alt + left/right click to move/resize a window |
15 | OnWindow Mod1 Mouse1 :StartMoving | 15 | OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving} |
16 | OnWindow Mod1 Mouse3 :StartResizing NearestCorner | 16 | OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner} |
17 | 17 | ||
18 | # middle click a window's titlebar and drag to attach windows | 18 | # middle click a window's titlebar and drag to attach windows |
19 | OnTitlebar Mouse2 :StartTabbing | 19 | OnTitlebar Mouse2 :StartTabbing |