From cf3110477929d58e0f19128380affa0e8cd57fe6 Mon Sep 17 00:00:00 2001 From: cho Date: Wed, 31 Jan 2024 19:04:13 +0700 Subject: [PATCH] add mpc bindings --- home/default/.config/river/init | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/default/.config/river/init b/home/default/.config/river/init index e8e3d23..97d9b42 100755 --- a/home/default/.config/river/init +++ b/home/default/.config/river/init @@ -36,6 +36,9 @@ riverctl map normal Super Minus spawn 'wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- riverctl map normal Super+Shift Equal spawn 'wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%+' riverctl map normal Super+Shift Minus spawn 'wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%-' riverctl map normal Super+Shift m spawn 'wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle' +riverctl map normal Super P spawn 'mpc toggle' +riverctl map normal Super O spawn 'mpc next' +riverctl map normal Super I spawn 'mpc prev' # Super+Q to close the focused view riverctl map normal Super Q close