framework: niri touchpad disable when typing

This commit is contained in:
Tristan 2025-08-04 22:58:39 +01:00
parent c1c2195692
commit 74b6fb4c4e

View file

@ -42,6 +42,9 @@
input.focus-follows-mouse = { input.focus-follows-mouse = {
enable = true; enable = true;
}; };
input.touchpad = {
dwt = true; # disable when typing
};
prefer-no-csd = true; prefer-no-csd = true;
spawn-at-startup = [ spawn-at-startup = [
{command = [(lib.getExe pkgs.xwayland-satellite)];} {command = [(lib.getExe pkgs.xwayland-satellite)];}