From 9dd273472f4306e25bf83f80407e04c834cc1165 Mon Sep 17 00:00:00 2001 From: Christian Ott Date: Sun, 6 Oct 2024 22:53:07 +0200 Subject: [PATCH] Temporary fix broken numpad on framework 16 --- hyperland/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hyperland/default.nix b/hyperland/default.nix index 7862f5d..86185e2 100644 --- a/hyperland/default.nix +++ b/hyperland/default.nix @@ -123,7 +123,8 @@ in "$mod" = "SUPER"; input = { - kb_options = "compose:rctrl"; + kb_options = "compose:rctrl,numpad:mac"; # workaround for split numpad https://github.com/hyprwm/Hyprland/issues/6886 + numlock_by_default = true; }; exec-once = [ "dunst"