diff options
author | shmibs <shmibs@gmail.com> | 2014-05-22 11:32:52 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-05-22 11:32:52 -0700 |
commit | ddff9cf6eb63fea91ef0f157c78effd7a2351f24 (patch) | |
tree | 1c2db9d66a925a066c294ad7bd104b7c2c33ddcd /.config/herbstluftwm/autostart | |
parent | a995874431c74929a8ac26ddaf96741429e6382d (diff) | |
download | dotfiles-ddff9cf6eb63fea91ef0f157c78effd7a2351f24.tar.gz |
added dmenu calculator
also added easy colour grabber
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 3089516..b414be2 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -125,7 +125,6 @@ hc keybind Mod4-c spawn ~/.config/herbstluftwm/colourgrab.sh # spawn hc keybind Mod4-Return spawn urxvt -hc keybind Mod4-Shift-c spawn gnome-calculator hc keybind Mod4-Shift-d spawn ~/games/desura/desura hc keybind Mod4-Shift-f spawn firefox hc keybind Mod4-Shift-i spawn gimp @@ -145,6 +144,7 @@ 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 ############## end launchers ############## |