diff options
author | zachir <zachir@librem.one> | 2024-02-08 21:57:23 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-08 21:57:23 -0600 |
commit | e1da62931548e6de1f47681a240869ba256e5eb2 (patch) | |
tree | 93504bdf7e21f10a5362c869205a88135c968390 /hypr | |
parent | 041f284428a4d06a1867a100951ae301d4580943 (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')
-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 6bb491d..2e936c0 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -301,7 +301,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 #}}} |