Add mpdqueue script and bind it

This commit is contained in:
samedamci 2020-06-01 08:52:55 +02:00
parent ffb62ab714
commit 73956be90b
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894
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} super + a; {g,k,l,i}
{gimp,keepassxc,libreoffice,inkscape} {gimp,keepassxc,libreoffice,inkscape}
super + m super + {_,ctrl +} m
rofi-mpd -a rofi-mpd {-a,-s}
super + apostrophe
mpdqueue
{Prior,super + x} {Prior,super + x}
slock slock
super + z super + z
@ -51,6 +53,8 @@ XF86Audio{Raise,Lower}Volume
# songs control # songs control
XF86Audio{Next,Prev} XF86Audio{Next,Prev}
mpc {next,prev} && refbar mpc {next,prev} && refbar
ctrl + XF86Audio{Next,Prev}
mpc seek {+,-}4
# pause/play # pause/play
{XF86AudioPlay,super + slash} {XF86AudioPlay,super + slash}
mpc toggle && refbar 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"