aboutsummaryrefslogtreecommitdiffstats
path: root/.config/herbstluftwm/autostart
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-07-03 11:26:07 -0700
committershmibs <shmibs@gmail.com>2014-07-03 11:26:07 -0700
commitb30acd13148b4b5174331580678bb5b0ce26e027 (patch)
tree8d5b0763fa2dba300b86548e7c843f99f89090d3 /.config/herbstluftwm/autostart
parent5868104f033ebf2ffceb7458baeaa748574ce310 (diff)
downloaddotfiles-b30acd13148b4b5174331580678bb5b0ce26e027.tar.gz
complete theme revamp
switched to bar, changed term colours, and added a config_vars file to make sourcing theme colours / fonts / etc easier
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x.config/herbstluftwm/autostart9
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index 1b714e6..968338c 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -1,6 +1,6 @@
#!/bin/bash
-source ~/.config/herbstluftwm/colours.sh
+source ~/.config/herbstluftwm/config_vars
hc() {
herbstclient "$@"
@@ -138,9 +138,10 @@ hc keybind Mod4-Right spawn banshee --next
hc keybind Mod4-Down spawn banshee --toggle-playing
# dmenu
-hc keybind Mod4-0 spawn dmenu_run -p "Run:" -h 18 -nb $bg_normal -nf $fg_normal -sb $bg_focus -sf $fg_focus
-hc keybind Mod4-9 spawn ~/.config/herbstluftwm/switcher.sh $bg_normal $fg_normal $bg_focus $fg_focus
-hc keybind Mod4-8 spawn ~/.config/herbstluftwm/calc.sh $bg_normal $fg_normal $bg_focus $fg_focus
+hc keybind Mod4-0 spawn dmenu_run -fn $dfont -p "Run:" -h 18 -nb $bg_normal -nf $fg_normal \
+ -sb $bg_focus -sf $fg_focus
+hc keybind Mod4-9 spawn ~/.config/herbstluftwm/switcher.sh
+hc keybind Mod4-8 spawn ~/.config/herbstluftwm/calc.sh
############## end launchers ##############