From 4b7dfd0419bbce2c76f80bee3b9d81d3e492a538 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Mon, 3 Jul 2023 09:56:39 +0200 Subject: [PATCH] update mute to toggle mute on sink --- hyprland/.config/hypr/hyprland.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"