begin fluxbox key customizations

This commit is contained in:
Josh Holtrop 2015-05-01 11:13:11 -04:00
parent efdb8ac4bc
commit 6f2f6fa31e

19
keys
View File

@ -83,17 +83,28 @@ Mod1 space :WindowMenu
# exit fluxbox # exit fluxbox
Control Mod1 Delete :Exit Control Mod1 Delete :Exit
# reconfigure fluxbox
Control Mod1 End :Reconfigure
# change to previous/next workspace # change to previous/next workspace
Control Mod1 Left :PrevWorkspace Control Mod1 Left :PrevWorkspace
Control Mod1 Right :NextWorkspace 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 # send the current window to previous/next workspace
Mod4 Left :SendToPrevWorkspace #Mod4 Left :SendToPrevWorkspace
Mod4 Right :SendToNextWorkspace #Mod4 Right :SendToNextWorkspace
# send the current window and follow it to previous/next workspace # send the current window and follow it to previous/next workspace
Control Mod4 Left :TakeToPrevWorkspace #Control Mod4 Left :TakeToPrevWorkspace
Control Mod4 Right :TakeToNextWorkspace #Control Mod4 Right :TakeToNextWorkspace
# change to a specific workspace # change to a specific workspace
Control F1 :Workspace 1 Control F1 :Workspace 1