mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-27 01:53:42 +02:00
feat: volume control by holding keys
This commit is contained in:
parent
5059a6e23b
commit
f45d9b9fe5
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ bind = $mainMod, PRINT, exec, $screenshot -m window
|
|||
bind = , PRINT, exec, $screenshot -m output
|
||||
|
||||
# Audio control
|
||||
bind=,XF86AudioRaiseVolume,exec, $volume_control u
|
||||
bind=,XF86AudioLowerVolume,exec, $volume_control d
|
||||
binde=,XF86AudioRaiseVolume,exec, $volume_control u
|
||||
binde=,XF86AudioLowerVolume,exec, $volume_control d
|
||||
bind=,XF86AudioMute,exec, $volume_control m
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
|
|
Loading…
Add table
Reference in a new issue