From 3ea45da760bf6607d821d60b06d6eeba1172caec Mon Sep 17 00:00:00 2001 From: steven Date: Sat, 3 May 2025 23:18:24 -0400 Subject: [PATCH] use wpctl --- sway/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sway/config b/sway/config index 1abeeb0..fce7f01 100644 --- a/sway/config +++ b/sway/config @@ -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%+