Skip to content

Commit b9bdf56

Browse files
committed
setup: fix sunset geo.toml path
1 parent cd23f7a commit b9bdf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,8 @@ for conflict_path in "${conflict_paths[@]}"; do
459459
rm_if_not_stowed "${conflict_path}"
460460
done
461461

462-
if ! [ -e "$HOME/.config/sunsetr/geo.toml" ]; then
463-
touch "$HOME/.config/sunsetr/geo.toml" || {
462+
if ! [ -e "$base_path/hyprland/.config/sunsetr/geo.toml" ]; then
463+
touch "$base_path/hyprland/.config/sunsetr/geo.toml" || {
464464
echo "failed to create sunsetr geo.toml"
465465
exit 1
466466
}

0 commit comments

Comments
 (0)