Set GTK_THEME in .profile or whatever
This commit is contained in:
parent
30a450f756
commit
68de9ec1a8
3 changed files with 43 additions and 26 deletions
|
|
@ -1,12 +1 @@
|
|||
# Make XDG_RUNTIME_DIR
|
||||
if [ -z "${XDG_RUNTIME_DIR}" ]; then
|
||||
export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir
|
||||
if [ ! -d "${XDG_RUNTIME_DIR}" ]; then
|
||||
mkdir "${XDG_RUNTIME_DIR}"
|
||||
chmod 0700 "${XDG_RUNTIME_DIR}"
|
||||
fi
|
||||
fi
|
||||
|
||||
# Make temporary directory
|
||||
mkdir -p "/tmp/${USER}"
|
||||
chmod 770 "/tmp/${USER}"
|
||||
source ~/.profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue