From fd14efb7739961cf2d15057b96ef376c046e80f6 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 23 Feb 2025 21:23:34 +1100 Subject: install: better link install Remove links if not already linked before linking --- install/hypr.fish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install/hypr.fish') diff --git a/install/hypr.fish b/install/hypr.fish index 90e99ef..615894f 100755 --- a/install/hypr.fish +++ b/install/hypr.fish @@ -25,8 +25,7 @@ else end # Install uwsm envs -confirm-overwrite $uwsm -ln -s $hypr/uwsm $uwsm +install-link $hypr/uwsm $uwsm # Enable ydotool if installed pacman -Q ydotool &> /dev/null && systemctl --user enable --now ydotool.service -- cgit v1.2.3-freya