updated config-files
This commit is contained in:
parent
004a528222
commit
7d4ecee555
11 changed files with 84 additions and 29 deletions
8
config-files/bash/.bash_profile
Normal file → Executable file
8
config-files/bash/.bash_profile
Normal file → Executable 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue