hypr: Volume and brightness bindings now use binde
This commit is contained in:
parent
83f3807275
commit
dd014256e7
1 changed files with 4 additions and 4 deletions
|
@ -29,12 +29,12 @@ bind = $mainMod, DOLLAR, exec, hyprpicker --autocopy
|
|||
# bind = ,156, exec, rog-control-center # ASUS Armory crate key
|
||||
|
||||
bind = ,XF86AudioMute, exec, swayosd-client --output-volume mute-toggle # Speaker Mute FN+F1
|
||||
bind = ,XF86AudioLowerVolume, exec, swayosd-client --output-volume lower # Volume lower key
|
||||
bind = ,XF86AudioRaiseVolume, exec, swayosd-client --output-volume raise # Volume Higher key
|
||||
binde = ,XF86AudioLowerVolume, exec, swayosd-client --output-volume lower # Volume lower key
|
||||
binde = ,XF86AudioRaiseVolume, exec, swayosd-client --output-volume raise # Volume Higher key
|
||||
bind = ,XF86AudioMicMute, exec, swayosd-client --input-volume mute-toggle # Mic mute key
|
||||
|
||||
bind = ,XF86MonBrightnessDown, exec, swayosd-client --brightness lower # Screen brightness down FN+F7
|
||||
bind = ,XF86MonBrightnessUp, exec, swayosd-client --brightness raise # Screen brightness up FN+F8
|
||||
binde = ,XF86MonBrightnessDown, exec, swayosd-client --brightness lower # Screen brightness down FN+F7
|
||||
binde = ,XF86MonBrightnessUp, exec, swayosd-client --brightness raise # Screen brightness up FN+F8
|
||||
bind = ,237, exec, brightnessctl -d asus::kbd_backlight set 33%- # Keyboard brightness down FN+F2
|
||||
bind = ,238, exec, brightnessctl -d asus::kbd_backlight set 33%+ # Keyboard brightnes up FN+F3
|
||||
bind = ,XF86TouchpadToggle, exec, ~/.local/bin/wtoggle-touchpad
|
||||
|
|
Loading…
Reference in a new issue