1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

More material ricing

This commit is contained in:
RGBCube 2023-11-28 17:19:36 +03:00
parent ab17b4b1a5
commit 7df423ec61
No known key found for this signature in database
2 changed files with 10 additions and 2 deletions

View file

@ -28,7 +28,7 @@ homeConfiguration "nixos" {
settings.border = {
radius = 16;
width = 2;
width = 3;
};
};
}

View file

@ -120,9 +120,11 @@
+
(with upkgs.theme; ''
general {
max_fps = 60
gaps_in = 5
gaps_out = 10
border_size = 2
border_size = 3
col.active_border = 0xFF${base0A}
col.nogroup_border_active = 0xFF${base0A}
@ -161,6 +163,12 @@
}
''
+
''
dwindle {
no_gaps_when_only = 0
}
''
+
''
misc {
animate_manual_resizes = true