From 3b963bfa9497673fb7d1ed9b51f9926bd1e6349e Mon Sep 17 00:00:00 2001 From: eggbean <815311+eggbean@users.noreply.github.com> Date: Fri, 30 Sep 2022 22:28:21 +0100 Subject: [PATCH] Change directory for directory_width.txt --- scripts/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/variables.sh b/scripts/variables.sh index 9d7c3fc..ed45224 100644 --- a/scripts/variables.sh +++ b/scripts/variables.sh @@ -23,4 +23,4 @@ TREE_WIDTH_OPTION="@sidebar-tree-width" SUPPORTED_TMUX_VERSION="1.9" -SIDEBAR_DIR="$HOME/.tmux/sidebar" +SIDEBAR_DIR="$XDG_STATE_HOME/tmux/tmux-sidebar"