feat: allow mouse movement while typing
This commit is contained in:
parent
21a99a829c
commit
f09b4bbb3d
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
|
@ -35,7 +35,7 @@
|
||||||
show-hidden = true;
|
show-hidden = true;
|
||||||
};
|
};
|
||||||
"org/gnome/desktop/peripherals/touchpad" = {
|
"org/gnome/desktop/peripherals/touchpad" = {
|
||||||
disable-while-typing = true;
|
disable-while-typing = false;
|
||||||
};
|
};
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
disable-user-extensions = false;
|
disable-user-extensions = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue