updated 'config-files'
This commit is contained in:
parent
817a0ab4d3
commit
5d89dc2885
7 changed files with 48 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue