Turn on numlock in sway
This commit is contained in:
parent
eb12fb0024
commit
1e0356f191
|
@ -149,6 +149,10 @@ with lib;
|
||||||
# Mako, the notification daemon
|
# Mako, the notification daemon
|
||||||
{ command = "mako"; }
|
{ command = "mako"; }
|
||||||
];
|
];
|
||||||
|
# Turn on numlock by default
|
||||||
|
input = {
|
||||||
|
"*" = { xkb_numlock = "enable"; };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
#########################
|
#########################
|
||||||
|
|
Loading…
Reference in New Issue