Separate wallpaper and lockscreen by host

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-04-23 22:52:04 +02:00
parent 14e80e6bf2
commit b4b02847dd
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
13 changed files with 83 additions and 49 deletions

View file

@ -40,16 +40,9 @@ zstyle ':completion:*' menu select
# Persistent rehash
zstyle ':completion:*' rehash true
# XDG_Base_Directories
export XDG_CONFIG_HOME="${HOME}/.config"
export XDG_CACHE_HOME="${HOME}/.cache"
export XDG_DATA_HOME="${HOME}/.local/share"
export XDG_BIN_HOME="${HOME}/.local/bin"
export XDG_LOG_HOME="${HOME}/.local/log"
# Sourcing environment variables
if [ -f "${XDG_CONFIG_HOME}/custom/env" ]; then
. "${XDG_CONFIG_HOME}/custom/env"
if [ -f "${HOME}/.config/custom/env" ]; then
. "${HOME}/.config/custom/env"
fi
# Enable color support of ls