From 625d3808d52a14a22fbf841e6878b79b53da2da8 Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 20:25:07 +0100 Subject: [PATCH] xf86 keys --- hyprland.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hyprland.nix b/hyprland.nix index 5bab647..2e4f693 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -95,6 +95,13 @@ "$mod SHIFT, 2, movetoworkspace, 2" "$mod SHIFT, 3, movetoworkspace, 3" "$mod SHIFT, 4, movetoworkspace, 4" + + ", XF86MonBrightnessUp, light -A 10" + ", XF86MonBrightnessDown, light -U 10" + + ", XF86AudioRaiseVolume, pamixer -i 5" + ", XF86AudioLowerVolume, pamixer -d 5" + ", XF86AudioMute, pamixer -t" ]; }; };