removed brew path and turned vsync on

This commit is contained in:
2024-08-24 09:02:25 +10:00
parent 872d952a06
commit af12bda541
2 changed files with 2 additions and 4 deletions

View File

@@ -222,8 +222,8 @@ backend = "glx"
dithered-present = false; dithered-present = false;
# Enable/disable VSync. # Enable/disable VSync.
vsync = false #vsync = false
#vsync = true; vsync = true;
# Try to detect WM windows (a non-override-redirect window with no # Try to detect WM windows (a non-override-redirect window with no
# child that has 'WM_STATE') and mark them as active. # child that has 'WM_STATE') and mark them as active.

2
.zshrc
View File

@@ -55,8 +55,6 @@ _fzf_comprun() {
esac esac
} }
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
export STARSHIP_CONFIG="$HOME/.config/starship/config.toml" export STARSHIP_CONFIG="$HOME/.config/starship/config.toml"
# Check that the function `starship_zle-keymap-select()` is defined. # Check that the function `starship_zle-keymap-select()` is defined.
# xref: https://github.com/starship/starship/issues/3418 # xref: https://github.com/starship/starship/issues/3418