We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd23f7a commit b9bdf56Copy full SHA for b9bdf56
setup.sh
@@ -459,8 +459,8 @@ for conflict_path in "${conflict_paths[@]}"; do
459
rm_if_not_stowed "${conflict_path}"
460
done
461
462
-if ! [ -e "$HOME/.config/sunsetr/geo.toml" ]; then
463
- touch "$HOME/.config/sunsetr/geo.toml" || {
+if ! [ -e "$base_path/hyprland/.config/sunsetr/geo.toml" ]; then
+ touch "$base_path/hyprland/.config/sunsetr/geo.toml" || {
464
echo "failed to create sunsetr geo.toml"
465
exit 1
466
}
0 commit comments