From dd014256e7d70557e91853171136380ea76afdd6 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Mon, 8 Jan 2024 13:28:12 +0100 Subject: [PATCH] hypr: Volume and brightness bindings now use binde --- de/hypr/hyprland.conf.d/bindings.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/de/hypr/hyprland.conf.d/bindings.conf b/de/hypr/hyprland.conf.d/bindings.conf index a5fd5f1..33a56cf 100644 --- a/de/hypr/hyprland.conf.d/bindings.conf +++ b/de/hypr/hyprland.conf.d/bindings.conf @@ -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