feat: modularize aerospace workflow for easier configs
This commit is contained in:
parent
9f12b970b9
commit
1cedf23655
6 changed files with 121 additions and 103 deletions
26
modules/home/rsydn/programs/aerospace/user-settings.nix
Normal file
26
modules/home/rsydn/programs/aerospace/user-settings.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{ 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue