Temporary fix broken numpad on framework 16

current_state
Christian Ott 1 year ago
parent 667fc59251
commit 9dd273472f
  1. 3
      hyperland/default.nix

@ -123,7 +123,8 @@ in
"$mod" = "SUPER"; "$mod" = "SUPER";
input = { 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 = [ exec-once = [
"dunst" "dunst"

Loading…
Cancel
Save

Powered by TurnKey Linux.