mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fluxbox: usability fixes. move/resize..
This commit is contained in:
parent
c4910bd715
commit
0a7b9de597
@ -6,3 +6,13 @@ Mod1 Shift Tab :PrevWindow {groups} (workspace=[current])
|
||||
# current window commands
|
||||
Mod1 F10 :Maximize
|
||||
Mod1 F11 :Fullscreen
|
||||
|
||||
# Normal window movement
|
||||
OnTitlebar Move1 :StartMoving
|
||||
OnLeftGrip Move1 :StartResizing bottomleft
|
||||
OnRightGrip Move1 :StartResizing bottomright
|
||||
OnWindowBorder Move1 :StartMoving
|
||||
|
||||
# alt + left/right click to move/resize a window
|
||||
OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving}
|
||||
OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner}
|
||||
|
Loading…
x
Reference in New Issue
Block a user