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%+