diff --git a/sway/config.d/50-keybind.conf b/sway/config.d/50-keybind.conf index 1f4711e..3574de8 100644 --- a/sway/config.d/50-keybind.conf +++ b/sway/config.d/50-keybind.conf @@ -80,10 +80,10 @@ bindsym $mod+Shift+minus move scratchpad bindsym $mod+minus scratchpad show # xf86-volume -bindsym --locked XF86AudioMute exec pactl set-sink-mute \@DEFAULT_SINK@ toggle +bindsym --locked XF86AudioMute exec pamixer -t && pamixer --get-volume > $wobs bindsym --locked XF86AudioLowerVolume exec pamixer -d 5 && pamixer --get-volume > $wobs bindsym --locked XF86AudioRaiseVolume exec pamixer -i 5 && pamixer --get-volume > $wobs -bindsym --locked F16 exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle +bindsym --locked F16 exec pamixer --default-source -t # xf86-brightness bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-