feat(niri): Disable trackpad while typing

This commit is contained in:
2025-08-26 13:50:25 -06:00
parent 8e76442510
commit 15a93a7154

View File

@@ -87,6 +87,10 @@ in {
accel-speed = -0.5; accel-speed = -0.5;
accel-profile = "flat"; accel-profile = "flat";
}; };
touchpad = {
# Disable while typing.
dwt = true;
};
focus-follows-mouse.enable = true; focus-follows-mouse.enable = true;
}; };
outputs."DP-1" = { outputs."DP-1" = {
@@ -114,8 +118,8 @@ in {
border = { border = {
enable = true; enable = true;
width = 2; width = 2;
# Override Niri's Stylix integration. Default uses Crystal Blue; we # Override Niri's Stylix integration. Default uses Crystal Blue
# override it with Old White. # (from the Kanagawa palette); we override it with Old White.
active.color = config.lib.stylix.colors.withHashtag.base06; active.color = config.lib.stylix.colors.withHashtag.base06;
}; };
shadow = { shadow = {