]> git.siccegge.de Git - dotfiles/herbstluftwm.git/commitdiff
Semantics-preserving cleanup master
authorChristoph Egger <christoph@christoph-egger.org>
Mon, 14 Mar 2016 17:27:14 +0000 (18:27 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Mon, 14 Mar 2016 17:27:14 +0000 (18:27 +0100)
autostart

index c4cd9b8c1a5a51e91f462dc4a55bff410a7cd76f..800e12fba1adba02c473b956bc7ea0cb990bf1fc 100755 (executable)
--- a/autostart
+++ b/autostart
@@ -6,7 +6,7 @@ VISUAL="emacsclient -c -a ''"
 export PATH
 export VISUAL
 
-function hc() {
+hc() {
     herbstclient "$@"
 }
 
@@ -103,7 +103,6 @@ hc keybind XF86AudioRaiseVolume spawn mpc volume +3
 hc keybind XF86AudioLowerVolume spawn mpc volume -3
 hc keybind XF86AudioMute        spawn mpc toggle
 
-
 # colors
 hc set frame_border_active_color '#222222'
 hc set frame_border_normal_color '#101010'