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:
parent
3188fcb3cb
commit
75cbe36dd7
1 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue