repeat delay lowered

This commit is contained in:
2024-07-01 18:20:27 +02:00
parent 53c2dcba90
commit c6e41e3a23

View File

@@ -83,6 +83,9 @@ in
services.xserver = {
enable = true;
autorun = true;
autoRepeatDelay = 250;
autoRepeatInterval = 24;
# DVORAK + NO
layout = "us,no";
@@ -253,5 +256,12 @@ in
# script = "/home/fredrikr/.fehbg &";
# };
# Power button invokes suspend, not shutdown.
services.logind = {
# extraConfig = "HandlePowerKey=hibernate";
lidSwitch = "hybrid-sleep";
powerKey = "hibernate";
};
}