all repos — fluxbox @ baef39e61225a319657541262f1bf280f5136a76

custom fork of the fluxbox windowmanager

added more needed bindings to the default 'keys' file to mimic old behavior
Mathias Gumz akira at fluxbox dot org
commit

baef39e61225a319657541262f1bf280f5136a76

parent

75851acebd35352c5b967ccdc510e0f74158de96

1 files changed, 7 insertions(+), 0 deletions(-)

jump to
M data/keysdata/keys

@@ -13,7 +13,11 @@ OnToolbar Mouse5 :NextWindow {static groups} (iconhidden=no)

# alt + left/right click to move/resize a window OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving} +OnWindowBorder Move1 :StartMoving + OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner} +OnLeftGrip Move1 :StartResizing bottomleft +OnRightGrip Move1 :StartResizing bottomright # alt + middle click to lower the window OnWindow Mod1 Mouse2 :Lower

@@ -23,6 +27,9 @@ OnTitlebar Control Mouse1 :StartTabbing

# double click on the titlebar to shade OnTitlebar Double Mouse1 :Shade + +# left click on the titlebar to move the window +OnTitlebar Mouse1 :StartMoving # middle click on the titlebar to lower OnTitlebar Mouse2 :Lower