zenix: cosmic autotile, mouse accel
This commit is contained in:
parent
96c92c7838
commit
b6a4db2450
1 changed files with 9 additions and 0 deletions
|
|
@ -31,6 +31,15 @@ in {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
compositor = {
|
||||||
|
autotile = true;
|
||||||
|
focus_follows_cursor = true;
|
||||||
|
input_default = mkRON "optional" {
|
||||||
|
profile = (mkRON "optional" (mkRON "enum" "Flat"));
|
||||||
|
speed = 0.0;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
wallpapers = [
|
wallpapers = [
|
||||||
{
|
{
|
||||||
filter_by_theme = true;
|
filter_by_theme = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue