diff options
-rw-r--r-- | dot_config/i3/config | 2 | ||||
-rw-r--r-- | dot_zshrc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index d5f9328..be2f4fb 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -306,6 +306,8 @@ for_window [class="Microsoft Teams - Preview"] focus | |||
306 | for_window [class="Xfce4-terminal"] border pixel 1 | 306 | for_window [class="Xfce4-terminal"] border pixel 1 |
307 | for_window [class="firefox"] border pixel 1 | 307 | for_window [class="firefox"] border pixel 1 |
308 | for_window [class="urxvt"] border pixel 1 | 308 | for_window [class="urxvt"] border pixel 1 |
309 | for_window [class="jetbrains-pycharm"] border pixel 1 | ||
310 | for_window [class="thunderbird"] border pixel 1 | ||
309 | 311 | ||
310 | # set position of floating window | 312 | # set position of floating window |
311 | for_window [class=".*"] move position center | 313 | for_window [class=".*"] move position center |
@@ -147,4 +147,6 @@ export PYENV_ROOT="$HOME/.pyenv" | |||
147 | command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" | 147 | command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" |
148 | eval "$(pyenv init -)" | 148 | eval "$(pyenv init -)" |
149 | 149 | ||
150 | eval "$(rbenv init - zsh)" | ||
151 | |||
150 | eval "$(lua /home/clarkzjw/Documents/code/z.lua/z.lua --init zsh)" | 152 | eval "$(lua /home/clarkzjw/Documents/code/z.lua/z.lua --init zsh)" |