Skip to content

Commit

Permalink
Replace numpad comma by dot
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Jun 25, 2024
1 parent f6b1270 commit eed8c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions home/users/christian/input/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
options = [
"grp:rctrl_toggle"
"grp_led:scroll"
"kpdl:dot"
];
};
}
2 changes: 1 addition & 1 deletion nixos/base/input/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in
xserver.xkb = {
layout = "de,de";
variant = "neo_qwertz,bone";
options = "grp:rctrl_toggle,grp_led:scroll";
options = "grp:rctrl_toggle,grp_led:scroll,kpdl:dot";
};
};

Expand Down

0 comments on commit eed8c4b

Please sign in to comment.