diff options
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 \ |