mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: improve held key rate
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
commaSep = builtins.concatStringsSep ",";
|
||||
in {
|
||||
@@ -10,4 +10,7 @@ in {
|
||||
};
|
||||
|
||||
console.keyMap = "de";
|
||||
|
||||
# improve held key rate
|
||||
services.xserver.displayManager.sessionCommands = "${pkgs.xorg.xset}/bin/xset r rate 300 50";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user