diff options
author | shmibs <shmibs@gmail.com> | 2014-10-23 18:32:20 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2014-10-23 18:32:20 -0700 |
commit | e5cf9723cd9f002de3e960f79a56d05304f730f9 (patch) | |
tree | cb3983090e8cb29e863f149727e322968b57957b /.config/herbstluftwm/autostart | |
parent | 85904ee8ab3bf1ae2be36a66e38b7b77709af4ae (diff) | |
download | dotfiles-e5cf9723cd9f002de3e960f79a56d05304f730f9.tar.gz |
banshee => mpd+pms
Diffstat (limited to '.config/herbstluftwm/autostart')
-rwxr-xr-x | .config/herbstluftwm/autostart | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index adef952..238cbbe 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -130,13 +130,7 @@ hc keybind Mod4-Shift-o spawn ~/stuffs/tor/start-tor-browser hc keybind Mod4-Shift-t spawn transmission-gtk hc keybind Mod4-Shift-v spawn urxvt -name "vim" -e vim hc keybind Mod4-Shift-w spawn urxvt -name "weechat" -e weechat - -# banshee -hc keybind Mod4-Shift-Up spawn banshee --show -hc keybind Mod4-Shift-Down spawn banshee --hide -hc keybind Mod4-Left spawn banshee --restart-or-previous -hc keybind Mod4-Right spawn banshee --next -hc keybind Mod4-Down spawn banshee --toggle-playing +hc keybind Mod4-Shift-p spawn urxvt -e pms # dmenu hc keybind Mod4-0 spawn dmenu_run -fn $efont -p "Run:" -h 18 -nb $bg_normal -nf $fg_normal \ |