framework: niri touchpad disable when typing
This commit is contained in:
parent
c1c2195692
commit
74b6fb4c4e
1 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,9 @@
|
|||
input.focus-follows-mouse = {
|
||||
enable = true;
|
||||
};
|
||||
input.touchpad = {
|
||||
dwt = true; # disable when typing
|
||||
};
|
||||
prefer-no-csd = true;
|
||||
spawn-at-startup = [
|
||||
{command = [(lib.getExe pkgs.xwayland-satellite)];}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue