Update dotfiles form desktop pc

This commit is contained in:
Przemek Grondek 2024-03-06 20:27:27 +01:00
parent 3713c413a1
commit d478f5dda5
2 changed files with 1 additions and 3 deletions

View File

@ -4,8 +4,6 @@ vsync = true;
glx-no-stencil = true;
panting-on-overlay = true;
unredir-if-possible = true;
opengl-swc = true;
# Fading

View File

@ -17,4 +17,4 @@ if [ -n "$BASH_VERSION" ]; then
fi
# set PATH so it includes user's private bin directories
PATH="$HOME/bin:$HOME/.local/bin:$PATH"
PATH="$HOME/bin:$HOME/.local/bin:$PATH:/var/lib/flatpak/exports/bin"