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;
|
accordion-padding = 10;
|
||||||
default-root-container-layout = "tiles";
|
default-root-container-layout = "tiles";
|
||||||
default-root-container-orientation = "auto";
|
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;
|
automatically-unhide-macos-hidden-apps = false;
|
||||||
persistent-workspaces = [
|
# persistent-workspaces = [ "1" "2" "3" "4" "5" "6" "7" "8" "9" ];
|
||||||
"1"
|
|
||||||
"2"
|
|
||||||
"3"
|
|
||||||
"4"
|
|
||||||
"5"
|
|
||||||
"6"
|
|
||||||
"7"
|
|
||||||
"8"
|
|
||||||
"9"
|
|
||||||
];
|
|
||||||
|
|
||||||
keymapping = {
|
key-mapping = {
|
||||||
preset = "qwerty";
|
preset = "qwerty";
|
||||||
};
|
};
|
||||||
|
|
||||||
gaps = {
|
gaps = {
|
||||||
inner.horizontal = 0;
|
inner.horizontal = 3;
|
||||||
inner.vertical = 0;
|
inner.vertical = 3;
|
||||||
outer.left = 3;
|
outer.left = 3;
|
||||||
outer.bottom = 3;
|
outer.bottom = 3;
|
||||||
outer.top = 3;
|
outer.top = 3;
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,8 @@ config = wezterm.config_builder()
|
||||||
config = {
|
config = {
|
||||||
-- Windows
|
-- Windows
|
||||||
automatically_reload_config = true,
|
automatically_reload_config = true,
|
||||||
enable_tab_bar = false,
|
use_fancy_tab_bar = true,
|
||||||
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
window_close_confirmation = "NeverPrompt",
|
window_close_confirmation = "NeverPrompt",
|
||||||
window_decorations = "RESIZE", -- disable title bar, enable resize
|
window_decorations = "RESIZE", -- disable title bar, enable resize
|
||||||
default_cursor_style = "BlinkingBar",
|
default_cursor_style = "BlinkingBar",
|
||||||
|
|
@ -23,8 +24,8 @@ config = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
window_padding = {
|
window_padding = {
|
||||||
left = 2,
|
left = 0,
|
||||||
right = 2,
|
right = 0,
|
||||||
top = 0,
|
top = 0,
|
||||||
bottom = 0,
|
bottom = 0,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue