diff options
Diffstat (limited to 'install/hypr.fish')
| -rwxr-xr-x | install/hypr.fish | 3 |
1 files changed, 1 insertions, 2 deletions
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 |