removed brew path and turned vsync on
This commit is contained in:
@@ -222,8 +222,8 @@ backend = "glx"
|
||||
dithered-present = false;
|
||||
|
||||
# Enable/disable VSync.
|
||||
vsync = false
|
||||
#vsync = true;
|
||||
#vsync = false
|
||||
vsync = true;
|
||||
|
||||
# Try to detect WM windows (a non-override-redirect window with no
|
||||
# child that has 'WM_STATE') and mark them as active.
|
||||
|
||||
2
.zshrc
2
.zshrc
@@ -55,8 +55,6 @@ _fzf_comprun() {
|
||||
esac
|
||||
}
|
||||
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
|
||||
export STARSHIP_CONFIG="$HOME/.config/starship/config.toml"
|
||||
# Check that the function `starship_zle-keymap-select()` is defined.
|
||||
# xref: https://github.com/starship/starship/issues/3418
|
||||
|
||||
Reference in New Issue
Block a user