diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 913422d..8afe222 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -160,9 +160,9 @@ bindm = $mainMod, mouse:273, resizewindow # Media / brightness bind=,XF86MonBrightnessUp,exec,brightnessctl set +5% bind=,XF86MonBrightnessDown,exec,brightnessctl set 5%- -bind=,XF86AudioRaiseVolume,exec,pactl set-sink-volume @DEFAULT_SINK@ +10% -bind=,XF86AudioLowerVolume,exec,pactl set-sink-volume @DEFAULT_SINK@ -10% -bind=,XF86AudioMute,exec,pactl set-source-mute @DEFAULT_SOURCE@ toggle +bind=,XF86AudioRaiseVolume,exec,pactl set-sink-volume @DEFAULT_SINK@ +5% +bind=,XF86AudioLowerVolume,exec,pactl set-sink-volume @DEFAULT_SINK@ -5% +bind=,XF86AudioMute,exec,pactl set-sink-mute @DEFAULT_SINK@ toggle # Screenshot bind=,Print,exec,grim -o "eDP-1" && notify-send "screenshot taken"