Update dotfiles form desktop pc
This commit is contained in:
parent
3713c413a1
commit
d478f5dda5
2 changed files with 1 additions and 3 deletions
|
@ -4,8 +4,6 @@ vsync = true;
|
|||
glx-no-stencil = true;
|
||||
panting-on-overlay = true;
|
||||
|
||||
unredir-if-possible = true;
|
||||
|
||||
opengl-swc = true;
|
||||
|
||||
# Fading
|
||||
|
|
2
.profile
2
.profile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue