Install aerospace
This commit is contained in:
parent
7b725800ce
commit
374d385f74
3 changed files with 66 additions and 0 deletions
63
nix/config/aerospace/aerospace.toml
Normal file
63
nix/config/aerospace/aerospace.toml
Normal file
|
|
@ -0,0 +1,63 @@
|
||||||
|
|
||||||
|
start-at-login = true
|
||||||
|
|
||||||
|
enable-normalization-flatten-containers = true
|
||||||
|
enable-normalization-opposite-orientation-for-nested-containers = true
|
||||||
|
accordion-padding = 30
|
||||||
|
default-root-container-layout = 'tiles'
|
||||||
|
default-root-container-orientation = 'auto'
|
||||||
|
key-mapping.preset = 'qwerty'
|
||||||
|
on-focused-monitor-changed = ['move-mouse monitor-lazy-center']
|
||||||
|
|
||||||
|
[gaps]
|
||||||
|
inner.horizontal = 8
|
||||||
|
inner.vertical = 8
|
||||||
|
outer.left = 8
|
||||||
|
outer.bottom = 8
|
||||||
|
outer.top = 8
|
||||||
|
outer.right = 8
|
||||||
|
|
||||||
|
[mode.main.binding]
|
||||||
|
alt-slash = 'layout tiles horizontal vertical'
|
||||||
|
alt-comma = 'layout accordion horizontal vertical'
|
||||||
|
|
||||||
|
alt-left = 'focus left'
|
||||||
|
alt-down = 'focus down'
|
||||||
|
alt-up = 'focus up'
|
||||||
|
alt-right = 'focus right'
|
||||||
|
|
||||||
|
alt-shift-left = 'move left'
|
||||||
|
alt-shift-down = 'move down'
|
||||||
|
alt-shift-up = 'move up'
|
||||||
|
alt-shift-right = 'move right'
|
||||||
|
|
||||||
|
alt-shift-minus = 'resize smart -50'
|
||||||
|
alt-shift-equal = 'resize smart +50'
|
||||||
|
|
||||||
|
alt-1 = 'workspace 1'
|
||||||
|
alt-2 = 'workspace 2'
|
||||||
|
alt-3 = 'workspace 3'
|
||||||
|
alt-4 = 'workspace 4'
|
||||||
|
alt-5 = 'workspace 5'
|
||||||
|
|
||||||
|
alt-shift-1 = 'move-node-to-workspace 1'
|
||||||
|
alt-shift-2 = 'move-node-to-workspace 2'
|
||||||
|
alt-shift-3 = 'move-node-to-workspace 3'
|
||||||
|
alt-shift-4 = 'move-node-to-workspace 4'
|
||||||
|
alt-shift-5 = 'move-node-to-workspace 5'
|
||||||
|
|
||||||
|
alt-tab = 'workspace-back-and-forth'
|
||||||
|
alt-shift-tab = 'move-workspace-to-monitor --wrap-around next'
|
||||||
|
|
||||||
|
alt-shift-semicolon = 'mode service'
|
||||||
|
|
||||||
|
[mode.service.binding]
|
||||||
|
esc = ['reload-config', 'mode main']
|
||||||
|
r = ['flatten-workspace-tree', 'mode main']
|
||||||
|
f = ['layout floating tiling', 'mode main']
|
||||||
|
backspace = ['close-all-windows-but-current', 'mode main']
|
||||||
|
|
||||||
|
alt-shift-left = ['join-with left', 'mode main']
|
||||||
|
alt-shift-down = ['join-with down', 'mode main']
|
||||||
|
alt-shift-up = ['join-with up', 'mode main']
|
||||||
|
alt-shift-right = ['join-with right', 'mode main']
|
||||||
|
|
@ -24,6 +24,7 @@
|
||||||
onActivation.cleanup = "zap";
|
onActivation.cleanup = "zap";
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
|
"aerospace"
|
||||||
"amethyst"
|
"amethyst"
|
||||||
"anki"
|
"anki"
|
||||||
"arc"
|
"arc"
|
||||||
|
|
@ -40,6 +41,7 @@
|
||||||
|
|
||||||
taps = [
|
taps = [
|
||||||
"dracula/install"
|
"dracula/install"
|
||||||
|
"nikitabobko/tap"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -199,4 +199,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."amethyst/amethyst.yml".text = builtins.readFile ../config/amethyst/amethyst.yml;
|
xdg.configFile."amethyst/amethyst.yml".text = builtins.readFile ../config/amethyst/amethyst.yml;
|
||||||
|
xdg.configFile."aerospace/aerospace.toml".text = builtins.readFile ../config/aerospace/aerospace.toml;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue