mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-19 22:04:38 -04:00
changes
This commit is contained in:
@@ -153,9 +153,21 @@ run = ['layout floating']
|
||||
if.app-id = 'app.soulver.appstore.mac'
|
||||
run = ['layout floating']
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.openai.chat'
|
||||
run = ['layout floating']
|
||||
if.window-title-regex-substring = '.*settings.*'
|
||||
check-further-callbacks = true
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.anthropic.claudefordesktop'
|
||||
run = ['layout floating']
|
||||
if.window-title-regex-substring = '.*settings.*'
|
||||
check-further-callbacks = true
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.mitchellh.ghostty'
|
||||
run = [ 'layout tiling' ]
|
||||
run = ['layout tiling']
|
||||
|
||||
# 'main' binding mode declaration
|
||||
# See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes
|
||||
@@ -292,6 +304,7 @@ alt-shift-tab = 'workspace-back-and-forth'
|
||||
alt-ctrl-shift-tab = 'move-workspace-to-monitor --wrap-around next'
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#mode
|
||||
alt-shift-semicolon = 'mode service'
|
||||
alt-ctrl-shift-semicolon = 'mode service'
|
||||
|
||||
cmd-h = [] # Disable "hide application"
|
||||
|
||||
@@ -49,6 +49,8 @@ zinit ice wait lucid blockf
|
||||
zinit light atuinsh/atuin
|
||||
bindkey '^r' atuin-search
|
||||
|
||||
# uv
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
zinit wait lucid for matthiasha/zsh-uv-env
|
||||
|
||||
zinit ice wait lucid blockf
|
||||
@@ -79,9 +81,6 @@ zi for \
|
||||
lucid \
|
||||
zsh-users/zsh-completions
|
||||
|
||||
# uv
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
# 9. Load all custom configs from $ZSH_CUSTOM
|
||||
for config_file ("$ZSH_CUSTOM"/*.zsh(N)); do
|
||||
source "$config_file"
|
||||
|
||||
Reference in New Issue
Block a user