feat(hyprland): dont disable touchpad when using kb
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-30 11:26:45 -05:00
parent 073e2ae503
commit 65b3b14489

View file

@ -112,7 +112,10 @@ in {
kb_variant = xserver.xkbVariant; kb_variant = xserver.xkbVariant;
follow_mouse = true; follow_mouse = true;
touchpad.natural_scroll = true; touchpad = {
natural_scroll = true;
disable_while_typing = false;
};
}; };
exec-once = exec-once =