Add mpdqueue script and bind it
This commit is contained in:
parent
bb20ed4d7c
commit
ca046f721f
@ -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
5
.local/bin/scripts/mpdqueue
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Show mpd queue in notification.
|
||||||
|
|
||||||
|
notify-send -u normal "MPD queue" "Solar - Amy"
|
Loading…
x
Reference in New Issue
Block a user