refactor: project repo changes

This commit is contained in:
Rasyidan Akbar F. 2025-10-21 13:10:18 +07:00
commit 1fbecfd579
11 changed files with 38 additions and 6 deletions

View file

@ -1,25 +0,0 @@
{ modes }: {
enable-normalization-flatten-containers = true;
enable-normalization-opposite-orientation-for-nested-containers = true;
default-root-container-layout = "tiles";
default-root-container-orientation = "auto";
key-mapping.preset = "qwerty";
gaps = {
inner = {
horizontal = 8;
vertical = 8;
};
outer = {
top = 12;
bottom = 12;
left = 12;
right = 12;
};
};
on-focused-monitor-changed = [ "move-mouse monitor-lazy-center" ];
on-focus-changed = [ "move-mouse window-lazy-center" ];
mode = modes;
}