aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.config/herbstluftwm/autostart6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart
index 8963277..e38e6b2 100755
--- a/.config/herbstluftwm/autostart
+++ b/.config/herbstluftwm/autostart
@@ -93,6 +93,7 @@ hc mousebind Mod4-Button3 resize
hc keybind Mod4-BackSpace cycle_monitor
hc keybind Mod4-i jumpto urgent
+
################ launchers ################
# tegaki
@@ -141,6 +142,11 @@ hc keybind Mod4-0 spawn dmenu_run -fn $efont -p "Run:" -h 18 -nb $bg_normal -nf
hc keybind Mod4-9 spawn ~/.config/herbstluftwm/switcher.sh
hc keybind Mod4-8 spawn ~/.config/herbstluftwm/calc.sh
+# tunes
+hc keybind Mod4-Down spawn mpc toggle
+hc keybind Mod4-Right spawn mpc next
+hc keybind Mod4-Left spawn mpc prev
+
############## end launchers ##############