1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

aerospace: simplify userSettings

Remove submodule and just use the generator type.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-11-03 21:21:08 -06:00
parent 7f619d2a72
commit 432bc8a5da
3 changed files with 1 additions and 133 deletions

View file

@ -1,13 +1,3 @@
accordion-padding = 30
after-startup-command = []
default-root-container-layout = "tiles"
default-root-container-orientation = "auto"
enable-normalization-flatten-containers = true
enable-normalization-opposite-orientation-for-nested-containers = true
exec-on-workspace-change = []
on-focus-changed = []
on-focused-monitor-changed = ["move-mouse monitor-lazy-center"]
[gaps.outer]
bottom = 8
left = 8

View file

@ -1,13 +1,4 @@
accordion-padding = 30
after-login-command = []
after-startup-command = []
default-root-container-layout = "tiles"
default-root-container-orientation = "auto"
enable-normalization-flatten-containers = true
enable-normalization-opposite-orientation-for-nested-containers = true
exec-on-workspace-change = []
on-focus-changed = []
on-focused-monitor-changed = ["move-mouse monitor-lazy-center"]
start-at-login = false
[gaps.outer]
@ -16,9 +7,6 @@ left = 8
right = 8
top = 8
[key-mapping]
preset = "qwerty"
[mode.main.binding]
alt-h = "focus left"
alt-j = "focus down"