begin fluxbox key customizations
This commit is contained in:
parent
efdb8ac4bc
commit
6f2f6fa31e
19
keys
19
keys
@ -83,17 +83,28 @@ Mod1 space :WindowMenu
|
||||
# exit fluxbox
|
||||
Control Mod1 Delete :Exit
|
||||
|
||||
# reconfigure fluxbox
|
||||
Control Mod1 End :Reconfigure
|
||||
|
||||
# change to previous/next workspace
|
||||
Control Mod1 Left :PrevWorkspace
|
||||
Control Mod1 Right :NextWorkspace
|
||||
|
||||
# Window Management
|
||||
Mod4 Left :MacroCmd {ResizeTo 50% 100%} {MoveTo 0 0 UpperLeft}
|
||||
Mod4 Right :MacroCmd {ResizeTo 50% 100%} {MoveTo 0 0 UpperRight}
|
||||
Mod4 Up :Maximize
|
||||
Mod4 Down :Minimize
|
||||
Control Mod4 Left :SendToPrevHead
|
||||
Control Mod4 Right :SendToNextHead
|
||||
|
||||
# send the current window to previous/next workspace
|
||||
Mod4 Left :SendToPrevWorkspace
|
||||
Mod4 Right :SendToNextWorkspace
|
||||
#Mod4 Left :SendToPrevWorkspace
|
||||
#Mod4 Right :SendToNextWorkspace
|
||||
|
||||
# send the current window and follow it to previous/next workspace
|
||||
Control Mod4 Left :TakeToPrevWorkspace
|
||||
Control Mod4 Right :TakeToNextWorkspace
|
||||
#Control Mod4 Left :TakeToPrevWorkspace
|
||||
#Control Mod4 Right :TakeToNextWorkspace
|
||||
|
||||
# change to a specific workspace
|
||||
Control F1 :Workspace 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user