diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 055e466..2e49a7d 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -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 diff --git a/.local/bin/scripts/mpdqueue b/.local/bin/scripts/mpdqueue new file mode 100755 index 0000000..16cfdf5 --- /dev/null +++ b/.local/bin/scripts/mpdqueue @@ -0,0 +1,5 @@ +#!/bin/sh + +# Show mpd queue in notification. + +notify-send -u normal "MPD queue" "Solar - Amy"