diff --git a/.aerospace.toml b/.aerospace.toml index c3cc5e7..f570f4c 100644 --- a/.aerospace.toml +++ b/.aerospace.toml @@ -46,7 +46,6 @@ automatically-unhide-macos-hidden-apps = false # if.during-aerospace-startup = true # check-further-callbacks = true # run = ['layout floating', 'move-node-to-workspace S'] # The callback itself - [[on-window-detected]] if.app-name-regex-substring = 'finder' run = 'layout floating' @@ -115,24 +114,24 @@ alt-ctrl-f = 'layout floating' #alt-shift-right = 'join-with right' # See: https://nikitabobko.github.io/AeroSpace/commands#layout -alt-alt-slash = 'layout tiles horizontal vertical' -alt-alt-shift-slash = 'layout accordion horizontal vertical' +cmd-alt-slash = 'layout tiles horizontal vertical' +cmd-alt-shift-slash = 'layout accordion horizontal vertical' # See: https://nikitabobko.github.io/AeroSpace/commands#focus -alt-left = 'focus left' -alt-down = 'focus down' -alt-up = 'focus up' -alt-right = 'focus right' +cmd-left = 'focus left' +cmd-down = 'focus down' +cmd-up = 'focus up' +cmd-right = 'focus right' # See: https://nikitabobko.github.io/AeroSpace/commands#move -alt-shift-left = 'move left' -alt-shift-down = 'move down' -alt-shift-up = 'move up' -alt-shift-right = 'move right' +cmd-shift-left = 'move left' +cmd-shift-down = 'move down' +cmd-shift-up = 'move up' +cmd-shift-right = 'move right' # See: https://nikitabobko.github.io/AeroSpace/commands#resize -alt-shift-minus = 'resize smart -50' -alt-shift-equal = 'resize smart +50' +cmd-shift-minus = 'resize smart -50' +cmd-shift-equal = 'resize smart +50' # See: https://nikitabobko.github.io/AeroSpace/commands#workspace alt-1 = 'workspace 1' @@ -143,6 +142,8 @@ alt-5 = 'workspace 5' alt-6 = 'workspace 6' alt-7 = 'workspace 7' alt-8 = 'workspace 8' +# Allow switching to extra screen +alt-0 = 'workspace 10' # See: https://nikitabobko.github.io/AeroSpace/commands#move-node-to-workspace alt-shift-1 = 'move-node-to-workspace 1 --focus-follows-window' diff --git a/zshrc b/zshrc new file mode 100644 index 0000000..c9577c0 --- /dev/null +++ b/zshrc @@ -0,0 +1,5 @@ +export PATH="${HOMEBREW_PREFIX}/opt/openssl/bin:$PATH" + +eval "$(direnv hook zsh)" + +[[ -v PS1 ]] && [[ ! -v TMUX ]] && tmux