From 8cd25b9367e6ffea9dffc8aaec9926e41c1e7821 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 10 Jul 2023 17:14:04 +0100 Subject: [PATCH] Add keybinds for brightness controller --- home/desktop/hyprland.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/home/desktop/hyprland.nix b/home/desktop/hyprland.nix index 100a9e6c..b1151f74 100644 --- a/home/desktop/hyprland.nix +++ b/home/desktop/hyprland.nix @@ -121,10 +121,12 @@ in { bind = SUPER SHIFT, P, exec, powermenu bind = SUPER SHIFT, Space, togglefloating, - bind = , Print, exec, grim -g "$(slurp)" - bind = , XF86AudioMute, exec, pamixer -t - binde = , XF86AudioRaiseVolume, exec, pamixer -i 2 - binde = , XF86AudioLowerVolume, exec, pamixer -d 2 + bind=,Print,exec,grim -g "$(slurp)" + bind=,XF86AudioMute,exec,pamixer -t + binde=,XF86AudioRaiseVolume,exec,pamixer -i 5 + binde=,XF86AudioLowerVolume,exec,pamixer -d 5 + binde=,XF86MonBrightnessUp,exec,brightnessctl s +5% + binde=,XF86MonBrightnessDown,exec,brightnessctl s -5% bind = SUPER, H, movefocus, l bind = SUPER, L, movefocus, r