diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-26 13:59:01 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-26 13:59:01 (GMT) |
commit | 08c8c6431f88ff3d5012d800a8df689b7028fe98 (patch) | |
tree | dd5b1b43081f42b3e1f04d94c213e9e48f4772bd /data | |
parent | 7d2240e2ced51fc30b890df299b616471cabee20 (diff) | |
download | fluxbox-08c8c6431f88ff3d5012d800a8df689b7028fe98.zip fluxbox-08c8c6431f88ff3d5012d800a8df689b7028fe98.tar.bz2 |
use old focus/raise behavior for default alt+left/right mouse bindings
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 |