updated config-files

This commit is contained in:
Luc Bijl 2023-02-04 20:38:12 +01:00
parent 004a528222
commit 7d4ecee555
11 changed files with 84 additions and 29 deletions

8
config-files/bash/.bash_profile Normal file → Executable file
View file

@ -2,5 +2,13 @@
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