right click on cmus module to skip song

This commit is contained in:
array-in-a-matrix 2022-01-14 18:00:10 -05:00
parent d6152a57c8
commit 061a331c04

View file

@ -69,7 +69,8 @@
"interval": 1,
"exec": "cmus-remote -C \"format_print '%a - %t'\"",
"exec-if": "pgrep cmus",
"on-click": "cmus-remote -u",
"on-click": "cmus-remote --pause",
"on-click-right": "cmus-remote --next",
"escape": true
}
}
}