hypr: add mute mic binds (#257)
Added new Binding for Mic mute with AudioMicMute button on function keys Co-authored-by: RafaelC-67 <christianadhipramayudika@gmail.com>
This commit is contained in:
parent
04cd8a3836
commit
ef888b7235
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ bind = Super+Shift+Alt, R, exec, caelestia record -r # Record region
|
||||||
bind = Super+Shift, C, exec, hyprpicker -a # Colour picker
|
bind = Super+Shift, C, exec, hyprpicker -a # Colour picker
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
|
bindl = , XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||||
bindl = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
bindl = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
bindl = Super+Shift, M, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
bindl = Super+Shift, M, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
bindle = , XF86AudioRaiseVolume, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ 0; wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ $volumeStep%+
|
bindle = , XF86AudioRaiseVolume, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ 0; wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ $volumeStep%+
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue