system changes
This commit is contained in:
parent
571a157725
commit
bc19157243
1 changed files with 14 additions and 0 deletions
|
@ -6,6 +6,20 @@
|
|||
{
|
||||
services.aerospace = {
|
||||
enable = true;
|
||||
settings = {
|
||||
gaps = {
|
||||
outer.left = 0;
|
||||
outer.bottom = 0;
|
||||
outer.top = 0;
|
||||
outer.right = 0;
|
||||
};
|
||||
mode.main.binding = {
|
||||
cmd-h = "focus left";
|
||||
cmd-j = "focus down";
|
||||
cmd-k = "focus up";
|
||||
cmd-l = "focus right";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
#+end_src
|
||||
|
|
Loading…
Add table
Reference in a new issue