Reorganize fluxbox keys.
authorW. Trevor King <wking@drexel.edu>
Thu, 2 Feb 2012 17:50:38 +0000 (12:50 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 2 Feb 2012 17:50:38 +0000 (12:50 -0500)
`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.

src/.fluxbox/keys

index 8f0161fc4f80fa1f8c37e6febbdf3ac3e3d60467..fedc58a4da54a2766321b702c12af95274495f2d 100644 (file)
@@ -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