mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Enable numlock on sway startup
This commit is contained in:
parent
991177cb23
commit
9a31a52140
@ -26,7 +26,7 @@ with lib; {
|
|||||||
];
|
];
|
||||||
timeouts = [
|
timeouts = [
|
||||||
{
|
{
|
||||||
timeout = 60;
|
timeout = 300;
|
||||||
command = "swaylock -KfeFi ~/.background-image";
|
command = "swaylock -KfeFi ~/.background-image";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
@ -107,6 +107,9 @@ with lib; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
bars = [];
|
bars = [];
|
||||||
|
input."*" = {
|
||||||
|
xkb_numlock = "enabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
input "type:keyboard" {
|
input "type:keyboard" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user