mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
More material ricing
This commit is contained in:
parent
ab17b4b1a5
commit
7df423ec61
2 changed files with 10 additions and 2 deletions
|
@ -28,7 +28,7 @@ homeConfiguration "nixos" {
|
||||||
|
|
||||||
settings.border = {
|
settings.border = {
|
||||||
radius = 16;
|
radius = 16;
|
||||||
width = 2;
|
width = 3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -120,9 +120,11 @@
|
||||||
+
|
+
|
||||||
(with upkgs.theme; ''
|
(with upkgs.theme; ''
|
||||||
general {
|
general {
|
||||||
|
max_fps = 60
|
||||||
|
|
||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
gaps_out = 10
|
gaps_out = 10
|
||||||
border_size = 2
|
border_size = 3
|
||||||
|
|
||||||
col.active_border = 0xFF${base0A}
|
col.active_border = 0xFF${base0A}
|
||||||
col.nogroup_border_active = 0xFF${base0A}
|
col.nogroup_border_active = 0xFF${base0A}
|
||||||
|
@ -161,6 +163,12 @@
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
+
|
+
|
||||||
|
''
|
||||||
|
dwindle {
|
||||||
|
no_gaps_when_only = 0
|
||||||
|
}
|
||||||
|
''
|
||||||
|
+
|
||||||
''
|
''
|
||||||
misc {
|
misc {
|
||||||
animate_manual_resizes = true
|
animate_manual_resizes = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue