fix(swayosd): mute works now

This commit is contained in:
kenji
2026-01-03 09:53:43 -06:00
parent 5788ef1bcd
commit 31a2d191f9
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
", XF86AudioPlay, exec, playerctl play-pause && notify-send -u low -t 1000 \"Media\" \"$(playerctl status)\"" ", XF86AudioPlay, exec, playerctl play-pause && notify-send -u low -t 1000 \"Media\" \"$(playerctl status)\""
", XF86AudioPrev, exec, playerctl previous && notify-send -u low -t 1000 \"Previous Track\" \"$(playerctl metadata title)\"" ", XF86AudioPrev, exec, playerctl previous && notify-send -u low -t 1000 \"Previous Track\" \"$(playerctl metadata title)\""
", XF86AudioNext, exec, playerctl next && notify-send -u low -t 1000 \"Next Track\" \"$(playerctl metadata title)\"" ", XF86AudioNext, exec, playerctl next && notify-send -u low -t 1000 \"Next Track\" \"$(playerctl metadata title)\""
]; # FIXME: not working ];
}; };
} }
-1
View File
@@ -12,7 +12,6 @@
bindl = [ bindl = [
", XF86AudioMute, exec, swayosd-client --output-volume mute-toggle" ", XF86AudioMute, exec, swayosd-client --output-volume mute-toggle"
", Caps_Lock, exec, swayosd-client --caps-lock" ", Caps_Lock, exec, swayosd-client --caps-lock"
", XF86AudioMute, exec, swayosd-client --output-volume mute-toggle"
]; ];
}; };
} }