mirror of
https://github.com/fredrikr79/nixos.git
synced 2025-12-24 10:00:21 +01:00
repeat delay lowered
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user