diff --git a/config/aerospace/aerospace.toml b/config/aerospace/aerospace.toml index 1be3824..eb03baf 100644 --- a/config/aerospace/aerospace.toml +++ b/config/aerospace/aerospace.toml @@ -143,14 +143,14 @@ alt-shift-k = 'move up' alt-shift-l = 'move right' # See: https://nikitabobko.github.io/AeroSpace/commands#workspace -cmd-1 = 'workspace 1' # Main -cmd-2 = 'workspace 2' # Music +cmd-shift-1 = 'workspace 1' # Main +cmd-shift-2 = 'workspace 2' # Music # See: https://nikitabobko.github.io/AeroSpace/commands#move-node-to-workspace alt-cmd-1 = 'move-node-to-workspace 1 --focus-follows-window' alt-cmd-2 = 'move-node-to-workspace 2 --focus-follows-window' -alt-tab = 'workspace-back-and-forth' +shift-tab = 'workspace-back-and-forth' # alt-shift-tab = 'move-workspace-to-monitor --wrap-around next' # See: https://nikitabobko.github.io/AeroSpace/commands#mode