From 1bcd42aebf22150ed73c788a7daeea7d85cc0a25 Mon Sep 17 00:00:00 2001 From: kento2 Date: Wed, 8 Apr 2026 16:10:26 +0200 Subject: [PATCH] fix media keybindings --- files/.cwmrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/.cwmrc b/files/.cwmrc index 153d2d0..70b09da 100644 --- a/files/.cwmrc +++ b/files/.cwmrc @@ -130,9 +130,9 @@ bind-key XF86AudioLowerVolume "vol -" bind-key XF86AudioMute "vol ." bind-key XF86AudioMicMute "vol !" -bind-key M-y "playerctl play-pause" -bind-key M-less "playerctl previous" -bind-key M-greater "playerctl next" +bind-key 4-y "playerctl play-pause" +bind-key 4-less "playerctl previous" +bind-key 4-greater "playerctl next" # Autogroup some apps autogroup 5 "dooble,firefox,librewolf" \ No newline at end of file