From f9a60f2ef4461fc17b57fb3a4d1298178abe6861 Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 20:36:14 +0100 Subject: [PATCH] xf86 keys --- hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hyprland.nix b/hyprland.nix index 538cd33..32491f3 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -123,9 +123,7 @@ command = "wpctl set-mute @DEFAULT_SINK@ toggle"; } ]; - }; - };*/ - +*/ bind = [ # standard $mod keybindings { key = "RETURN"; mods = "$mod SHIFT"; command = "$term"; } @@ -160,4 +158,6 @@ { key = "XF86AudioLowerVolume"; mods = ""; command = "wpctl set-volume @DEFAULT_SINK@ 5%-"; } { key = "XF86AudioMute"; mods = ""; command = "wpctl set-mute @DEFAULT_SINK@ toggle"; } ]; + }; +}; }