Skip to content

Commit 826844e

Browse files
committed
Add SHIFT+Volume keybinds to control mic volume (proof of conecpt)
1 parent 1e682eb commit 826844e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

linux/.config/hypr/hyprland.d/binds.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ bindel = ,XF86AudioRaiseVolume, exec, pactl set-sink-mute @DEFAULT_SINK@ off &&
7575
bindel = ,XF86AudioLowerVolume, exec, pactl set-sink-mute @DEFAULT_SINK@ off && pactl set-sink-volume @DEFAULT_SINK@ -5%
7676
bindel = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
7777
bindel = ,XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle
78+
79+
#bindel = SHIFT ,XF86AudioRaiseVolume, exec, pactl set-source-mute @DEFAULT_SOURCE@ off && pactl set-source-volume @DEFAULT_SOURCE@ +5%
80+
#bindel = SHIFT ,XF86AudioLowerVolume, exec, pactl set-source-mute @DEFAULT_SOURCE@ off && pactl set-source-volume @DEFAULT_SOURCE@ -5%
7881
bindel = SHIFT, XF86AudioMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle
7982

8083
bindl = , XF86AudioNext, exec, playerctl next

0 commit comments

Comments
 (0)