X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;ds=sidebyside;f=autostart;h=800e12fba1adba02c473b956bc7ea0cb990bf1fc;hb=refs%2Fheads%2Fmaster;hp=879a2082fda55517adb3a2777e40040b3f5e84bc;hpb=60d6761b41059aa012ac80e7173f58826ec9880a;p=dotfiles%2Fherbstluftwm.git diff --git a/autostart b/autostart index 879a208..800e12f 100755 --- a/autostart +++ b/autostart @@ -6,7 +6,7 @@ VISUAL="emacsclient -c -a ''" export PATH export VISUAL -function hc() { +hc() { herbstclient "$@" } @@ -64,6 +64,8 @@ hc keybind $Mod-x spawn i3lock --color 000000 -d hc keybind $Mod-t spawn ncmpcpp toggle hc keybind $Mod-y spawn /usr/share/doc/pass/examples/dmenu/passmenu --type +hc keybind XF86AudioPlay spawn mpc toggle + # layouting hc keybind $Mod-r remove hc keybind $Mod-space cycle_layout 1 @@ -101,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'