From: Christoph Egger Date: Mon, 14 Mar 2016 17:27:14 +0000 (+0100) Subject: Semantics-preserving cleanup X-Git-Url: https://git.siccegge.de//index.cgi?p=dotfiles%2Fherbstluftwm.git;a=commitdiff_plain;h=ddc3ec4008fa788eb63ba3725b838fea6b55099d Semantics-preserving cleanup --- diff --git a/autostart b/autostart index c4cd9b8..800e12f 100755 --- 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'