From d379d26b96cb67dc8b32256cd5734f88c9962145 Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 20:33:20 +0100 Subject: [PATCH] xf86 keys --- hyprland.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hyprland.nix b/hyprland.nix index 306436e..745eba1 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -100,28 +100,28 @@ key = "XF86MonBrightnessUp"; mods = ""; command = "light -A 10"; - } + }; { key = "XF86MonBrightnessDown"; mods = ""; command = "light -U 10"; - } + }; { key = "XF86AudioRaiseVolume"; mods = ""; command = "wpctl set-volume @DEFAULT_SINK@ 5%+"; - } + }; { key = "XF86AudioLowerVolume"; mods = ""; command = "wpctl set-volume @DEFAULT_SINK@ 5%-"; - } + }; { key = "XF86AudioMute"; mods = ""; command = "wpctl set-mute @DEFAULT_SINK@ toggle"; - } + }; ]; }; };