diff options
author | shmibs <shmibs@gmail.com> | 2014-07-04 09:50:30 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-07-04 09:50:30 -0700 |
commit | 5768d5dda94bad53ae007e0268cffe2c71e16fcc (patch) | |
tree | b97d29e9de22e099fce186cc1360c4a51978c797 /.config/herbstluftwm/autostart | |
parent | b30acd13148b4b5174331580678bb5b0ce26e027 (diff) | |
download | dotfiles-5768d5dda94bad53ae007e0268cffe2c71e16fcc.tar.gz |
fixed dmenu scripts
i'm not sure how they ended
up broken...
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 968338c..3fe4ba3 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -138,7 +138,7 @@ hc keybind Mod4-Right spawn banshee --next hc keybind Mod4-Down spawn banshee --toggle-playing # dmenu -hc keybind Mod4-0 spawn dmenu_run -fn $dfont -p "Run:" -h 18 -nb $bg_normal -nf $fg_normal \ +hc keybind Mod4-0 spawn dmenu_run -fn $efont -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 |