mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-08-04 19:33:09 +02:00
repeat delay lowered
This commit is contained in:
@@ -83,6 +83,9 @@ in
|
|||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autorun = true;
|
autorun = true;
|
||||||
|
|
||||||
|
autoRepeatDelay = 250;
|
||||||
|
autoRepeatInterval = 24;
|
||||||
|
|
||||||
# DVORAK + NO
|
# DVORAK + NO
|
||||||
layout = "us,no";
|
layout = "us,no";
|
||||||
@@ -253,5 +256,12 @@ in
|
|||||||
# script = "/home/fredrikr/.fehbg &";
|
# 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