From a9f3741cd0f1c01bf8f38676ae510a748eaeefba Mon Sep 17 00:00:00 2001 From: dx Date: Wed, 10 Jun 2020 01:22:52 +0100 Subject: +simple dmenu script to change music in mpd playlist Searches playlist via dmenu for a music track then plays it. Bound to hyper + m in sxhkd --- SXHkD/.config/sxhkd/sxhkdrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'SXHkD/.config') diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc index 382cb7e..1609463 100644 --- a/SXHkD/.config/sxhkd/sxhkdrc +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -20,6 +20,9 @@ hyper + l hyper + d $HOME/.local/scripts/background +hyper + m + $HOME/.local/scripts/playlist_choice + # Music and volume F{6,7,8} mpc -q {prev,toggle,next}; \ -- cgit v1.2.3-13-gbd6f