feat(aerospace): workspace next/prev shortcuts
This commit is contained in:
parent
febb6f5a78
commit
2721ed0302
1 changed files with 8 additions and 7 deletions
|
|
@ -133,6 +133,11 @@ alt-shift-j = ['join-with down', 'mode main']
|
||||||
alt-shift-k = ['join-with up', 'mode main']
|
alt-shift-k = ['join-with up', 'mode main']
|
||||||
alt-shift-l = ['join-with right', 'mode main']
|
alt-shift-l = ['join-with right', 'mode main']
|
||||||
|
|
||||||
|
# Scroll through workspaces
|
||||||
|
# https://nikitabobko.github.io/AeroSpace/commands#workspace
|
||||||
|
ctrl-shift-alt-n = 'workspace next'
|
||||||
|
ctrl-shift-alt-p = 'workspace prev'
|
||||||
|
|
||||||
# See: https://nikitabobko.github.io/AeroSpace/commands#workspace-back-and-forth
|
# See: https://nikitabobko.github.io/AeroSpace/commands#workspace-back-and-forth
|
||||||
alt-tab = 'workspace-back-and-forth'
|
alt-tab = 'workspace-back-and-forth'
|
||||||
# See: https://nikitabobko.github.io/AeroSpace/commands#move-workspace-to-monitor
|
# See: https://nikitabobko.github.io/AeroSpace/commands#move-workspace-to-monitor
|
||||||
|
|
@ -179,11 +184,6 @@ if.app-id = 'com.mitchellh.ghostty'
|
||||||
if.during-aerospace-startup = true
|
if.during-aerospace-startup = true
|
||||||
run = 'move-node-to-workspace 2'
|
run = 'move-node-to-workspace 2'
|
||||||
|
|
||||||
[[on-window-detected]]
|
|
||||||
if.app-id = 'org.alacritty'
|
|
||||||
if.during-aerospace-startup = true
|
|
||||||
run = 'move-node-to-workspace 2'
|
|
||||||
|
|
||||||
# Orga
|
# Orga
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
if.app-id = 'com.culturedcode.ThingsMac'
|
if.app-id = 'com.culturedcode.ThingsMac'
|
||||||
|
|
@ -204,12 +204,13 @@ run = 'move-node-to-workspace 3'
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
if.app-id = 'com.microsoft.teams2'
|
if.app-id = 'com.microsoft.teams2'
|
||||||
if.during-aerospace-startup = true
|
if.during-aerospace-startup = true
|
||||||
run = 'move-node-to-workspace 4'
|
check-further-callbacks = true
|
||||||
|
run = 'move-node-to-workspace 5'
|
||||||
|
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
if.app-id = 'com.tinyspeck.slackmacgap'
|
if.app-id = 'com.tinyspeck.slackmacgap'
|
||||||
if.during-aerospace-startup = true
|
if.during-aerospace-startup = true
|
||||||
run = 'move-node-to-workspace 4'
|
run = 'move-node-to-workspace 5'
|
||||||
|
|
||||||
[[on-window-detected]]
|
[[on-window-detected]]
|
||||||
if.app-id = 'com.apple.MobileSMS'
|
if.app-id = 'com.apple.MobileSMS'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue