add spaces

This commit is contained in:
Adam Jeniski 2022-12-21 16:46:31 -05:00
parent 8de90b958b
commit ff017e4efb
2 changed files with 14 additions and 4 deletions

View File

@ -4,12 +4,19 @@
# bsp or float (default: bsp) # bsp or float (default: bsp)
#yabai -m config layout 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 1 --label term
yabai -m space 2 --label docs yabai -m space 2 --label docs
yabai -m space 3 --label free yabai -m space 3 --label mainfree1
yabai -m space 4 --label slack yabai -m space 4 --label mainfree2
yabai -m space 5 --label web yabai -m space 5 --label free
yabai -m space 6 --label email 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. # 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 yabai -m rule --add app="^System Preferences$" sticky=on layer=above manage=off

3
.zshrc
View File

@ -19,6 +19,8 @@ fi
alias shconfig="nvim ~/.zshrc" alias shconfig="nvim ~/.zshrc"
alias ohmyzsh="nvim ~/.oh-my-zsh" alias ohmyzsh="nvim ~/.oh-my-zsh"
export XDG_CONFIG_HOME="$HOME/.config"
export NVM_DIR="$HOME/.nvm" 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/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 [ -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/cython/bin:$PATH"
export PATH="/opt/homebrew/opt/llvm/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' alias awb='~/.config/limelight/limelight/bin/limelight -c ~/.config/limelight/limelightrc'