Fix monitor problems
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
92c15e04d0
commit
be92d7f1b3
12 changed files with 149 additions and 128 deletions
|
@ -16,6 +16,10 @@ if [ -f "${XDG_BIN_HOME}/utils" ]; then
|
|||
. "${XDG_BIN_HOME}/utils"
|
||||
fi
|
||||
|
||||
if [ -z "${HOME}" ]; then
|
||||
export HOME="/home/severin"
|
||||
fi
|
||||
|
||||
export XDG_CONFIG_HOME="${HOME}/.config"
|
||||
export XDG_CACHE_HOME="${HOME}/.cache"
|
||||
export XDG_DATA_HOME="${HOME}/.local/share"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue