feat(hyprland): dont disable touchpad when using kb
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
073e2ae503
commit
65b3b14489
1 changed files with 4 additions and 1 deletions
|
@ -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 =
|
||||||
|
|
Loading…
Reference in a new issue