use Windows key to move/resize fluxbox windows; change to Win+middle click for global menu

This commit is contained in:
Josh Holtrop 2015-07-21 10:45:00 -04:00
parent db1b7ab8b3
commit d461affec0

14
keys
View File

@ -12,9 +12,9 @@ OnDesktop Mouse1 :HideMenus
OnDesktop Mouse2 :WorkspaceMenu
OnDesktop Mouse3 :RootMenu
# Win+click anywhere to get menus
Mod4 Mouse2 :WorkspaceMenu
Mod4 Mouse3 :RootMenu
#Mod4 Mouse2 :WorkspaceMenu
# Win+middle click anywhere to get menus
Mod4 Mouse2 :RootMenu
# scroll on the desktop to change workspaces
OnDesktop Mouse4 :PrevWorkspace
@ -24,17 +24,17 @@ OnDesktop Mouse5 :NextWorkspace
OnToolbar Mouse4 :PrevWindow {static groups} (iconhidden=no)
OnToolbar Mouse5 :NextWindow {static groups} (iconhidden=no)
# alt + left/right click to move/resize a window
OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving}
# Win + left/right click to move/resize a window
OnWindow Mod4 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving}
OnWindowBorder Move1 :StartMoving
#OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner}
OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestEdge}
OnWindow Mod4 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestEdge}
OnLeftGrip Move1 :StartResizing bottomleft
OnRightGrip Move1 :StartResizing bottomright
# alt + middle click to lower the window
OnWindow Mod1 Mouse2 :Lower
#OnWindow Mod1 Mouse2 :Lower
# control-click a window's titlebar and drag to attach windows
OnTitlebar Control Mouse1 :StartTabbing