diff options
Diffstat (limited to 'install/hypr.fish')
| -rwxr-xr-x | install/hypr.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/hypr.fish b/install/hypr.fish index e7761cf..90e99ef 100755 --- a/install/hypr.fish +++ b/install/hypr.fish @@ -26,7 +26,7 @@ end # Install uwsm envs confirm-overwrite $uwsm -mv $hypr/uwsm $uwsm +ln -s $hypr/uwsm $uwsm # Enable ydotool if installed pacman -Q ydotool &> /dev/null && systemctl --user enable --now ydotool.service |