chore(tazjin/arbat): some more attempted fixes

* Try to convince libinput (seemingly futile) to change the trackpad behaviour.
* Make XFCE available to debug the EXWM hangs on this CPU.

Change-Id: Iff7189127c849beaf7ded3927abd14b90cf6b9fc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11775
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2024-06-10 00:14:28 +03:00 committed by clbot
parent 8cdce696eb
commit 533c3dabab
2 changed files with 7 additions and 0 deletions

View file

@ -60,6 +60,12 @@ in
}; };
# TODO(tazjin): decide on this # TODO(tazjin): decide on this
services.libinput = {
enable = true;
# libinput thinks the touchpad is a mouse
mouse.naturalScrolling = false;
mouse.disableWhileTyping = true;
};
# services.xserver.libinput.touchpad.clickMethod = "clickfinger"; # services.xserver.libinput.touchpad.clickMethod = "clickfinger";
# services.xserver.libinput.touchpad.tapping = false; # services.xserver.libinput.touchpad.tapping = false;

View file

@ -30,6 +30,7 @@
name = "exwm"; name = "exwm";
start = "${config.tazjin.emacs}/bin/tazjins-emacs --internal-border=0 --border-width=0"; start = "${config.tazjin.emacs}/bin/tazjins-emacs --internal-border=0 --border-width=0";
}; };
desktopManager.xfce.enable = true;
}; };
}; };