Compare commits

..

No commits in common. "fefe9b93a75563f9b2761845d3afdb8f81a11029" and "e26e9db2e1e99d4a76c4b9718cabe4965236088d" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ export MINETEST_USER_PATH="$XDG_DATA_HOME"/minetest
export NODE_REPL_HISTORY="$XDG_DATA_HOME"/node_repl_history
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME"/npm/npmrc
export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass
export PATH="$HOME/.local/bin:$PATH:$XDG_DATA_HOME/xxtools:$XDG_DATA_HOME/flutter/bin"
export PATH="$HOME/.local/bin:$PATH:$XDG_DATA_HOME/xxtools"
export RUSTUP_HOME="$XDG_DATA_HOME"/rustup
export SQLITE_HISTORY="$XDG_CACHE_HOME"/sqlite_history
export WINEPREFIX="$XDG_DATA_HOME"/wine

View File

@ -121,7 +121,7 @@ stats_enabled = True
# copyto_folder = <Default or Path to a custom folder>, the default is Default
# Default means to use the XDG Pictures folder when home folder is unencrypted and /usr/share/backgrounds when it is encrypted.
copyto_enabled = True
copyto_folder = ~/.local/share/variety/current
copyto_folder = ~/Pictures/wallpapers
# Clock settings
# clock_enabled = <True or False>