feat: enable numlock by default in i3

This commit is contained in:
oddlama 2023-09-29 15:31:34 +02:00
parent 06c188440f
commit b4af1a9922
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -15,6 +15,7 @@
bindWithModifier = mapAttrs' (k: nameValuePair (cfg.modifier + "+" + k));
cfg = config.xsession.windowManager.i3.config;
in {
xsession.numlock.enable = true;
xsession.windowManager.i3 = {
enable = true;
config = {