From: W. Trevor King Date: Thu, 2 Feb 2012 17:50:38 +0000 (-0500) Subject: Reorganize fluxbox keys. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d390935e30f9d8d7f2e6cc469682000c8c451634;p=dotfiles-public.git Reorganize fluxbox keys. `Mod1 F*` was killing me. I'd try to change workspaces (`Control F*`) and use `Mod1` by mistake, killing my current application. Now I've put those commands over with the other Mod4 window manipulations that I use more often. I also put the `conky` toggle with my other application-related keys. --- diff --git a/src/.fluxbox/keys b/src/.fluxbox/keys index 8f0161f..fedc58a 100644 --- a/src/.fluxbox/keys +++ b/src/.fluxbox/keys @@ -65,13 +65,6 @@ Mod4 9 :Tab 9 174 :Exec amixer sset Master,0 1- 160 :Exec amixer sset Master,0 toggle -# current window commands -Mod1 F4 :Close -Mod1 F5 :Kill -Mod1 F9 :Minimize -Mod1 F10 :Maximize -Mod1 F11 :Fullscreen - # open the window menu Mod1 space :WindowMenu @@ -145,7 +138,9 @@ Control Mod4 F12 :TakeToWorkspace 12 Mod1 t :ExecCommand xterm -fg white -bg black -fa mono-medium Mod1 f :ExecCommand firefox Control Mod1 l :ExecCommand xlock -mode blank +Mod1 c :ToggleCmd {Exec conky} {pkill conky} +# current window commands Mod1 i :Move 0 -10 Mod1 k :Move 0 10 Mod1 j :Move -10 0 @@ -154,9 +149,9 @@ Mod4 i :Resize 0 -10 Mod4 k :Resize 0 10 Mod4 j :Resize -10 0 Mod4 l :Resize 10 0 - + Mod1 m :Maximize -Mod4 m :Close -Mod1 c :ToggleCmd {Exec conky} {pkill conky} +Mod4 f :Fullscreen +Mod4 c :Close Control Mod1 r :Reconfigure