zenix(cosmic): rm laptop, numlock on, cursor focus fast

This commit is contained in:
tristan 2025-06-28 11:21:54 +01:00
parent eb3d4ccfee
commit 65646a11ed
2 changed files with 2 additions and 7 deletions

View file

@ -34,10 +34,12 @@ in {
compositor = {
autotile = true;
focus_follows_cursor = true;
focus_follows_cursor_delay = 25;
input_default = mkRON "optional" {
profile = (mkRON "optional" (mkRON "enum" "Flat"));
speed = 0.0;
};
keyboard_config.numlock_state = (mkRON "enum" "BootOn");
};
wallpapers = [

View file

@ -1,7 +0,0 @@
{
programs.cosmic = {
panels.Bar.applets.end = [
"com.system76.CosmicAppletBattery"
];
};
}