diff options
author | zachir <zachir@librem.one> | 2024-02-08 21:57:23 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-08 22:04:10 -0600 |
commit | 18bdbb45e95ca985faebcd28802b92f70d0a4776 (patch) | |
tree | f4d1c8eae84f3b7c8092f617a31d3f20508a609a /hypr/hyprland.conf | |
parent | 881fb04020a42f37c7383a634f682b608c3d2398 (diff) |
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.`
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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 #}}} |