Send status notification after skipping tracks
authorSiraaj Khandkar <siraaj@khandkar.net>
Wed, 20 Oct 2021 15:41:09 +0000 (11:41 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Wed, 20 Oct 2021 15:41:09 +0000 (11:41 -0400)
home/.xbindkeysrc

index a3ce4c6..bffcc16 100644 (file)
     XF86AudioPlay
 "mpc stop"
     XF86AudioStop
-"mpc prev"
+"mpc prev && notify_mpc"
     XF86AudioPrev
-"mpc next"
+"mpc next && notify_mpc"
     XF86AudioNext
 # Otherwise use combinations:
 "mpc toggle"
     Mod4 + Down
 "mpc stop"
     Mod4 + Up
-"mpc prev"
+"mpc prev && notify_mpc"
     Mod4 + Left
-"mpc next"
+"mpc next && notify_mpc"
     Mod4 + Right
 
 ## cmus-remote
This page took 0.023732 seconds and 4 git commands to generate.