From 09049da38043cbcf459b72d9bc147fd3cad708411d6ace1d59c088954e92a9cc Mon Sep 17 00:00:00 2001 From: Mikkel Harboe Arp Henriksen Date: Fri, 20 Jun 2025 21:41:23 +0200 Subject: [PATCH] Mikrofon tast --- templates/hyprland.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/hyprland.conf.j2 b/templates/hyprland.conf.j2 index 7ed5d1b..517bd73 100644 --- a/templates/hyprland.conf.j2 +++ b/templates/hyprland.conf.j2 @@ -157,3 +157,6 @@ bind = , XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle # Screen brightness bind = , XF86MonBrightnessUp, exec, brightnessctl set +5% bind = , XF86MonBrightnessDown, exec, brightnessctl set 5%- + +# Microphone mute +bind = , XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle \ No newline at end of file