updated 'config-files'

This commit is contained in:
Luc Bijl 2023-04-20 13:34:13 +02:00
parent 817a0ab4d3
commit 5d89dc2885
7 changed files with 48 additions and 22 deletions

View file

@ -1,14 +1,3 @@
# .bash_profile
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
fi
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
export GDK_BACKEND=wayland
fi
mkdir -m 0700 -p /tmp/$(id -u)
export XDG_RUNTIME_DIR=/tmp/$(id -u)
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc