Add mpdqueue script and bind it

This commit is contained in:
Wiktor Zykubek 2020-06-01 08:52:55 +02:00
parent bb20ed4d7c
commit ca046f721f
2 changed files with 11 additions and 2 deletions

View File

@ -14,8 +14,10 @@ super + s; {t,m,n,v}
super + a; {g,k,l,i}
{gimp,keepassxc,libreoffice,inkscape}
super + m
rofi-mpd -a
super + {_,ctrl +} m
rofi-mpd {-a,-s}
super + apostrophe
mpdqueue
{Prior,super + x}
slock
super + z
@ -51,6 +53,8 @@ XF86Audio{Raise,Lower}Volume
# songs control
XF86Audio{Next,Prev}
mpc {next,prev} && refbar
ctrl + XF86Audio{Next,Prev}
mpc seek {+,-}4
# pause/play
{XF86AudioPlay,super + slash}
mpc toggle && refbar

5
.local/bin/scripts/mpdqueue Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
# Show mpd queue in notification.
notify-send -u normal "MPD queue" "Solar - Amy"