mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
refactor: wezterm and aerospace config
This commit is contained in:
parent
d653b39a56
commit
316032bab6
2 changed files with 9 additions and 18 deletions
|
|
@ -6,27 +6,17 @@
|
|||
accordion-padding = 10;
|
||||
default-root-container-layout = "tiles";
|
||||
default-root-container-orientation = "auto";
|
||||
on-focus-monitor-changed = [ "move-mouse monitor-lazy-center" ];
|
||||
on-focused-monitor-changed = [ "move-mouse monitor-lazy-center" ];
|
||||
automatically-unhide-macos-hidden-apps = false;
|
||||
persistent-workspaces = [
|
||||
"1"
|
||||
"2"
|
||||
"3"
|
||||
"4"
|
||||
"5"
|
||||
"6"
|
||||
"7"
|
||||
"8"
|
||||
"9"
|
||||
];
|
||||
# persistent-workspaces = [ "1" "2" "3" "4" "5" "6" "7" "8" "9" ];
|
||||
|
||||
keymapping = {
|
||||
key-mapping = {
|
||||
preset = "qwerty";
|
||||
};
|
||||
|
||||
gaps = {
|
||||
inner.horizontal = 0;
|
||||
inner.vertical = 0;
|
||||
inner.horizontal = 3;
|
||||
inner.vertical = 3;
|
||||
outer.left = 3;
|
||||
outer.bottom = 3;
|
||||
outer.top = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue