From c94b303462e328043834279c1c65ec38d5195ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 29 Aug 2024 19:30:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(hypr):=20new=20binds:=20bright?= =?UTF-8?q?ness=20control=20and=20toggle=20waybar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/binds.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index 4f6ff9d6..3fa82b6a 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -12,6 +12,7 @@ bindm = $mainMod, mouse:273, resizewindow # Basic keybinds bind = $mainMod, Q, killactive, bind = $mainMod CTRL, R, exec, killall $bar; $bar +bind = $mainMod, T, exec, killall -SIGUSR1 $bar bind = $mainMod SHIFT, R, exec, swaync -R && swaync -rs bind = $mainMod, A, exec, $scripts/toggle_floating bind = $mainMod, P, pseudo @@ -177,9 +178,9 @@ bindl = $mainMod CTRL, mouse:275, exec, playerctl previous # Extra Back Button bindl = , XF86AudioNext, exec, playerctl next bindl = $mainMod CTRL, mouse:276, exec, playerctl next # Extra Forward Button -bindle = , XF86AudioRaiseVolume, exec, swayosd-client --output-volume raise +bindle = , XF86AudioRaiseVolume, exec, swayosd-client --output-volume +10 bindle = $mainMod CTRL, 21, exec, swayosd-client --output-volume raise # Minus key -bindle = , XF86AudioLowerVolume, exec, swayosd-client --output-volume lower +bindle = , XF86AudioLowerVolume, exec, swayosd-client --output-volume -10 bindle = $mainMod CTRL, 20, exec, swayosd-client --output-volume lower # Plus key bindle = , XF86InputRaiseVolume, exec, swayosd-client --input-volume raise @@ -187,6 +188,10 @@ bindle = $mainMod SHIFT, 21, exec, swayosd-client --input-volume raise # Minus k bindle = , XF86InputLowerVolume, exec, swayosd-client --input-volume lower bindle = $mainMod SHIFT, 20, exec, swayosd-client --input-volume lower # Plus key +# Brightness +bindle = , XF86MonBrightnessUp, exec, swayosd-client --brightness +10 +bindle = , XF86MonBrightnessDown, exec, swayosd-client --brightness -10 + # Disable anim, blur, etc bind = $mainMod, F12, exec, $scripts/performance