feat(wpcarro/marcus): Disable touch-screen

I don't want this feature.

Change-Id: Ibd647e99ee18ef25f43748ffc83cea1ba11c36ea
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4543
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2021-12-23 12:29:49 -05:00 committed by clbot
parent 3188fcb3cb
commit 75cbe36dd7

View file

@ -45,6 +45,13 @@ in {
sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localhost:$USER";
lightdm.enable = true;
};
extraConfig = ''
Section "InputClass"
Identifier "Touchscreen catchall"
MatchIsTouchscreen "on"
Option "Ignore" "on"
EndSection
'';
windowManager.session = lib.singleton {
name = "exwm";
start = "${wpcarros-emacs}/bin/wpcarros-emacs";