use Windows key to move/resize fluxbox windows; change to Win+middle click for global menu
This commit is contained in:
parent
db1b7ab8b3
commit
d461affec0
14
keys
14
keys
@ -12,9 +12,9 @@ OnDesktop Mouse1 :HideMenus
|
|||||||
OnDesktop Mouse2 :WorkspaceMenu
|
OnDesktop Mouse2 :WorkspaceMenu
|
||||||
OnDesktop Mouse3 :RootMenu
|
OnDesktop Mouse3 :RootMenu
|
||||||
|
|
||||||
# Win+click anywhere to get menus
|
#Mod4 Mouse2 :WorkspaceMenu
|
||||||
Mod4 Mouse2 :WorkspaceMenu
|
# Win+middle click anywhere to get menus
|
||||||
Mod4 Mouse3 :RootMenu
|
Mod4 Mouse2 :RootMenu
|
||||||
|
|
||||||
# scroll on the desktop to change workspaces
|
# scroll on the desktop to change workspaces
|
||||||
OnDesktop Mouse4 :PrevWorkspace
|
OnDesktop Mouse4 :PrevWorkspace
|
||||||
@ -24,17 +24,17 @@ OnDesktop Mouse5 :NextWorkspace
|
|||||||
OnToolbar Mouse4 :PrevWindow {static groups} (iconhidden=no)
|
OnToolbar Mouse4 :PrevWindow {static groups} (iconhidden=no)
|
||||||
OnToolbar Mouse5 :NextWindow {static groups} (iconhidden=no)
|
OnToolbar Mouse5 :NextWindow {static groups} (iconhidden=no)
|
||||||
|
|
||||||
# alt + left/right click to move/resize a window
|
# Win + left/right click to move/resize a window
|
||||||
OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving}
|
OnWindow Mod4 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving}
|
||||||
OnWindowBorder Move1 :StartMoving
|
OnWindowBorder Move1 :StartMoving
|
||||||
|
|
||||||
#OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner}
|
#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
|
OnLeftGrip Move1 :StartResizing bottomleft
|
||||||
OnRightGrip Move1 :StartResizing bottomright
|
OnRightGrip Move1 :StartResizing bottomright
|
||||||
|
|
||||||
# alt + middle click to lower the window
|
# 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
|
# control-click a window's titlebar and drag to attach windows
|
||||||
OnTitlebar Control Mouse1 :StartTabbing
|
OnTitlebar Control Mouse1 :StartTabbing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user