From 18bdbb45e95ca985faebcd28802b92f70d0a4776 Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 8 Feb 2024 21:57:23 -0600 Subject: hypr: this is a basic ptt using volsv This toggles the mic mute when pressing the keybinding, and when releasing it. This acts as a push-to-talk, or a push-to-mute, depending on what the mic status is before pressing it.` --- hypr/hyprland.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 7f26816..8346fbf 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -310,7 +310,9 @@ bind = $mainMod, W, exec, t waybar bind = $mainMod, Q, exec, loginctl lock-session bind = $mainMod $secdMod CONTROL, Q, exec, systemctl suspend bind = $mainMod SHIFT, G, exec, get-app-id -bind = $mainMod Control, M, exec, volsv -m +#bindr = , XF86AudioMicMute, exec, volsv -m +bind = $mainMod CONTROL, M, exec, volsv -m +bindr = $mainMod CONTROL, M, exec, volsv -m #bind = $mainMod CONTROL, R, exec, startx -- /usr/bin/Xephyr -screen 1920x1080 :1 #}}} -- cgit v1.2.3