From 4b20e022daeb5086ae12cd31c5e5e9e550e5ce52 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 27 Aug 2016 19:00:45 +0200 Subject: modules/labtops: xset typing speed --- modules/user/openlab/labtops.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'modules/user/openlab') diff --git a/modules/user/openlab/labtops.nix b/modules/user/openlab/labtops.nix index b231d9ed..52b0af18 100644 --- a/modules/user/openlab/labtops.nix +++ b/modules/user/openlab/labtops.nix @@ -70,8 +70,13 @@ in layout = "us"; xkbOptions = "eurosign:e"; - displayManager.auto.enable = true; - displayManager.auto.user = "openlab"; + displayManager = { + auto.enable = true; + auto.user = "openlab"; + sessionCommands = with pkgs; '' + ${xorg.xset}/bin/xset r rate 250 35 + ''; + }; desktopManager.xfce.enable = true; synaptics = { enable = true; -- cgit 1.4.1