1
0

configuration/desktop: gdm settings

This commit is contained in:
2024-03-11 20:28:28 +01:00
parent c472f5086c
commit 03b75a9b8a
2 changed files with 24 additions and 0 deletions

View File

@@ -25,5 +25,18 @@
};
}
];
gdm.databases = [
{
settings = {
"org/gnome/desktop/peripherals/touchpad" = {
disable-while-typing = false;
edge-scrolling-enabled = false;
natural-scroll = true;
tap-to-click = true;
two-finger-scrolling-enabled = true;
};
};
}
];
};
}