1
0
Fork 0

configuration/desktop: gdm settings

This commit is contained in:
clerie 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;
};
};
}
];
};
}

View File

@ -21,5 +21,16 @@
};
}
];
gdm.databases = [
{
settings = {
"org/gnome/settings-daemon/plugins/power" = {
power-button-action = "nothing";
power-saver-profile-on-low-battery = false;
sleep-inactive-ac-type = "nothing";
};
};
}
];
};
}