diff options
Diffstat (limited to 'mac/.config/aerospace/aerospace.toml')
| -rw-r--r-- | mac/.config/aerospace/aerospace.toml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/mac/.config/aerospace/aerospace.toml b/mac/.config/aerospace/aerospace.toml index d3f3c75..aea1e92 100644 --- a/mac/.config/aerospace/aerospace.toml +++ b/mac/.config/aerospace/aerospace.toml @@ -59,15 +59,18 @@ on-focus-changed = ['move-mouse window-lazy-center'] # In this example, 24 is a default value when there is no match. # Monitor pattern is the same as for 'workspace-to-monitor-force-assignment'. # See: https://nikitabobko.github.io/AeroSpace/guide#assign-workspaces-to-monitors + [workspace-to-monitor-force-assignment] 1 = 'main' 2 = 'main' - 3 = 'V32UE' - 4 = 'V32UE' - 5 = 'V32UE' - 6 = '^27W' - 7 = '^27W' - 10 = '^EPSON' + 3 = 'main' + 4 = 'main' + 5 = 'main' + 6 = 'main' + 7 = 'main' + 8 = 'main' + 9 = 'main' + 10 = 'main' [gaps] inner.horizontal = 15 @@ -181,6 +184,8 @@ on-focus-changed = ['move-mouse window-lazy-center'] alt-ctrl-8 = ['move-node-to-workspace 8', 'workspace 8'] alt-ctrl-9 = ['move-node-to-workspace 9', 'workspace 9'] alt-ctrl-0 = ['move-node-to-workspace 10', 'workspace 10'] + alt-ctrl-leftSquareBracket = 'move-workspace-to-monitor prev' + alt-ctrl-rightSquareBracket = 'move-workspace-to-monitor next' # See: https://nikitabobko.github.io/AeroSpace/commands#workspace-back-and-forth alt-tab = 'workspace-back-and-forth' |
