diff --git a/.config/yabai/yabairc b/.config/yabai/yabairc index b07f267..4944410 100755 --- a/.config/yabai/yabairc +++ b/.config/yabai/yabairc @@ -4,12 +4,19 @@ # bsp or float (default: bsp) #yabai -m config layout bsp +yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa" +sudo yabai --load-sa + yabai -m space 1 --label term yabai -m space 2 --label docs -yabai -m space 3 --label free -yabai -m space 4 --label slack -yabai -m space 5 --label web -yabai -m space 6 --label email +yabai -m space 3 --label mainfree1 +yabai -m space 4 --label mainfree2 +yabai -m space 5 --label free +yabai -m space 6 --label slack +yabai -m space 7 --label web +yabai -m space 8 --label email +yabai -m space 9 --label altfree1 +yabai -m space 10 --label altfree2 # float system preferences. Most of these just diable Yabai form resizing them. yabai -m rule --add app="^System Preferences$" sticky=on layer=above manage=off diff --git a/.zshrc b/.zshrc index c5cf24b..6342640 100644 --- a/.zshrc +++ b/.zshrc @@ -19,6 +19,8 @@ fi alias shconfig="nvim ~/.zshrc" alias ohmyzsh="nvim ~/.oh-my-zsh" +export XDG_CONFIG_HOME="$HOME/.config" + export NVM_DIR="$HOME/.nvm" [ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh" # This loads nvm [ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion @@ -62,6 +64,7 @@ alias egrep='egrep --color=auto' export PATH="/opt/homebrew/opt/cython/bin:$PATH" export PATH="/opt/homebrew/opt/llvm/bin:$PATH" +export PATH="$HOME/.emacs.d/bin:$PATH" alias awb='~/.config/limelight/limelight/bin/limelight -c ~/.config/limelight/limelightrc'