Turn on numlock in sway

This commit is contained in:
nathan mccarty 2022-07-24 14:38:52 -04:00
parent eb12fb0024
commit 1e0356f191
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 4 additions and 0 deletions

View File

@ -149,6 +149,10 @@ with lib;
# Mako, the notification daemon
{ command = "mako"; }
];
# Turn on numlock by default
input = {
"*" = { xkb_numlock = "enable"; };
};
};
};
#########################