Change directory structure
This commit is contained in:
parent
8f5cba33ae
commit
cd825ea3e6
16 changed files with 0 additions and 0 deletions
68
config/aerospace/aerospace.toml
Normal file
68
config/aerospace/aerospace.toml
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
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']
|
||||
|
||||
after-startup-command = [
|
||||
'exec-and-forget borders active_color=0xffe1e3e4 inactive_color=0xff494d64 width=5.0'
|
||||
]
|
||||
|
||||
[gaps]
|
||||
inner.horizontal = 12
|
||||
inner.vertical = 12
|
||||
outer.left = 12
|
||||
outer.bottom = 12
|
||||
outer.top = 12
|
||||
outer.right = 12
|
||||
|
||||
[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-6 = 'workspace 6'
|
||||
|
||||
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-shift-6 = 'move-node-to-workspace 6'
|
||||
|
||||
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']
|
||||
Loading…
Add table
Add a link
Reference in a new issue