feat(arg-handler): add support for media management within the cli

This commit is contained in:
retrozinndev
2025-08-03 12:54:53 -03:00
parent f553e3dfe4
commit 7265a9ec1f
2 changed files with 104 additions and 7 deletions
+3 -3
View File
@@ -30,9 +30,9 @@ bind = $mainMod, $mainMod_l, exec, astal peek-workspace-num
binde = , XF86AudioLowerVolume, exec, astal volume sink-decrease 5 || wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- # Decrease volume
binde = , XF86AudioRaiseVolume, exec, astal volume sink-increase 5 || wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ # Increase volume
bind = , XF86AudioMute, exec, astal volume sink-mute || wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle # Mute
bind = , XF86AudioPrev, exec, playerctl previous # Previous media
bind = , XF86AudioNext, exec, playerctl next # Next media
bind = , XF86AudioPlay, exec, playerctl play-pause # Toggle Play/Pause media
bind = , XF86AudioPrev, exec, astal media previous || playerctl previous # Previous media
bind = , XF86AudioNext, exec, astal media next || playerctl next # Next media
bind = , XF86AudioPlay, exec, astal media play-pause || playerctl play-pause # Toggle Play/Pause media
bind = , XF86MonBrightnessDown, exec, brightnessctl s 5%- # Lower monitor brightness
bind = , XF86MonBrightnessUp, exec, brightnessctl s +5% # Increase monitor brightness