use wpctl

This commit is contained in:
steven 2025-05-03 23:18:24 -04:00
parent aa5a5a0e44
commit 3ea45da760

View file

@ -77,9 +77,9 @@ bindsym Print exec 'grim - | swayimg -f -'
bindsym Mod4+e exec thunar
bindsym Mod4+f exec firefox
bindsym --locked XF86AudioMute exec amixer sset -M Master toggle
bindsym --locked XF86AudioLowerVolume exec amixer -M sset Master 5%-
bindsym --locked XF86AudioRaiseVolume exec amixer -M sset Master 5%+
bindsym --locked XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bindsym --locked XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bindsym --locked XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindsym --locked XF86MonBrightnessDown exec brightnessctl s 1%-
bindsym --locked XF86MonBrightnessUp exec brightnessctl s 1%+