rio: default size

This commit is contained in:
William 2025-08-15 18:03:21 -03:00
parent e0183a8300
commit bcfa8465bf

View file

@ -91,10 +91,10 @@
programs.rio = { programs.rio = {
enable = true; enable = true;
settings = { settings = {
padding-y = [ window = {
8 width = 1121;
8 height = 633;
]; };
}; };
}; };
}) })