zenix(cosmic): rm laptop, numlock on, cursor focus fast
This commit is contained in:
parent
eb3d4ccfee
commit
65646a11ed
2 changed files with 2 additions and 7 deletions
|
|
@ -34,10 +34,12 @@ in {
|
||||||
compositor = {
|
compositor = {
|
||||||
autotile = true;
|
autotile = true;
|
||||||
focus_follows_cursor = true;
|
focus_follows_cursor = true;
|
||||||
|
focus_follows_cursor_delay = 25;
|
||||||
input_default = mkRON "optional" {
|
input_default = mkRON "optional" {
|
||||||
profile = (mkRON "optional" (mkRON "enum" "Flat"));
|
profile = (mkRON "optional" (mkRON "enum" "Flat"));
|
||||||
speed = 0.0;
|
speed = 0.0;
|
||||||
};
|
};
|
||||||
|
keyboard_config.numlock_state = (mkRON "enum" "BootOn");
|
||||||
};
|
};
|
||||||
|
|
||||||
wallpapers = [
|
wallpapers = [
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
programs.cosmic = {
|
|
||||||
panels.Bar.applets.end = [
|
|
||||||
"com.system76.CosmicAppletBattery"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue