From ee4ea2aebe08bb21808a9ec5eec95fcef8df6fea Mon Sep 17 00:00:00 2001 From: Michael Bryant Date: Sun, 20 Aug 2023 02:40:24 -0700 Subject: [PATCH] chore: update sample config --- config.toml.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.toml.sample b/config.toml.sample index 65c71f4..50ab28e 100644 --- a/config.toml.sample +++ b/config.toml.sample @@ -9,6 +9,10 @@ exclusivity = [ ["steam_flatpak", "steam"] ] +[defaults] + XDG_CONFIG_HOME = "${HOME}/.config" + XDG_DATA_HOME = "${HOME}/.local/share" + [envs] # Match if `fish` is somewhere in $PATH.