mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat(sway): enable numlock by default
This commit is contained in:
parent
b080fe68d5
commit
0daf5651df
1 changed files with 2 additions and 1 deletions
|
@ -18,9 +18,10 @@
|
|||
window.titlebar = false;
|
||||
input = {
|
||||
"type:keyboard" = {
|
||||
xkb_layout = "de";
|
||||
repeat_delay = "235";
|
||||
repeat_rate = "60";
|
||||
xkb_layout = "de";
|
||||
xkb_numlock = "enabled";
|
||||
};
|
||||
"type:mouse" = {
|
||||
accel_profile = "flat";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue