mirror of
https://github.com/sameer1612/.dotfiles.git
synced 2025-02-22 19:38:57 +02:00
added aerospace wm configs
This commit is contained in:
parent
25b6a7e707
commit
cb53c493b7
106
.aerospace.toml
Normal file
106
.aerospace.toml
Normal file
@ -0,0 +1,106 @@
|
||||
start-at-login = true
|
||||
|
||||
enable-normalization-flatten-containers = false
|
||||
enable-normalization-opposite-orientation-for-nested-containers = false
|
||||
|
||||
on-focused-monitor-changed = ['move-mouse monitor-lazy-center']
|
||||
on-focus-changed = "move-mouse window-lazy-center"
|
||||
|
||||
|
||||
[mode.main.binding]
|
||||
alt-tab = 'workspace-back-and-forth'
|
||||
alt-comma = 'layout tiles horizontal vertical'
|
||||
|
||||
alt-h = 'focus left'
|
||||
alt-j = 'focus down'
|
||||
alt-k = 'focus up'
|
||||
alt-l = 'focus right'
|
||||
|
||||
alt-shift-h = 'move left'
|
||||
alt-shift-j = 'move down'
|
||||
alt-shift-k = 'move up'
|
||||
alt-shift-l = 'move right'
|
||||
|
||||
alt-f = 'fullscreen'
|
||||
|
||||
alt-shift-space = 'layout floating tiling'
|
||||
|
||||
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-7 = 'workspace 7'
|
||||
alt-8 = 'workspace 8'
|
||||
alt-9 = 'workspace 9'
|
||||
alt-0 = 'workspace 10'
|
||||
|
||||
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-shift-7 = 'move-node-to-workspace 7'
|
||||
alt-shift-8 = 'move-node-to-workspace 8'
|
||||
alt-shift-9 = 'move-node-to-workspace 9'
|
||||
alt-shift-0 = 'move-node-to-workspace 10'
|
||||
|
||||
alt-shift-c = 'reload-config'
|
||||
alt-r = 'mode resize'
|
||||
alt-e = 'balance-sizes'
|
||||
|
||||
[mode.resize.binding]
|
||||
h = 'resize width -50'
|
||||
j = 'resize height +50'
|
||||
k = 'resize height -50'
|
||||
l = 'resize width +50'
|
||||
enter = 'mode main'
|
||||
esc = 'mode main'
|
||||
|
||||
|
||||
# Application to workspace mapping
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'net.kovidgoyal.kitty'
|
||||
run = "move-node-to-workspace 1"
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'org.mozilla.firefoxdeveloperedition'
|
||||
run = "move-node-to-workspace 1"
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.microsoft.teams2'
|
||||
run = "move-node-to-workspace 2"
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.tinyspeck.slackmacgap'
|
||||
run = "move-node-to-workspace 2"
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.apple.Safari'
|
||||
run = "move-node-to-workspace 3"
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.github.GitHubClient'
|
||||
run = "move-node-to-workspace 3"
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.apple.mail'
|
||||
run = "move-node-to-workspace 4"
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.microsoft.Outlook'
|
||||
run = "move-node-to-workspace 4"
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'net.whatsapp.WhatsApp'
|
||||
run = "move-node-to-workspace 5"
|
||||
|
||||
[gaps]
|
||||
inner.horizontal = 2
|
||||
inner.vertical = 2
|
||||
outer.left = 2
|
||||
outer.bottom = 2
|
||||
outer.top = 2
|
||||
outer.right = 2
|
Loading…
x
Reference in New Issue
Block a user