summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-24 15:30:41 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-24 15:30:41 +1100
commit6658e9cf282b9c0a1d1404c6c989d7e46be58f85 (patch)
tree2dd3dc2aaa6a21a03fe8d00b7d710c42b53acfc2
parentinstall: several fixes (diff)
downloadcaelestia-cli-6658e9cf282b9c0a1d1404c6c989d7e46be58f85.tar.gz
caelestia-cli-6658e9cf282b9c0a1d1404c6c989d7e46be58f85.tar.bz2
caelestia-cli-6658e9cf282b9c0a1d1404c6c989d7e46be58f85.zip
install: minor refactor hypr
-rwxr-xr-xinstall/hypr.fish3
1 files changed, 1 insertions, 2 deletions
diff --git a/install/hypr.fish b/install/hypr.fish
index 615894f..7f44603 100755
--- a/install/hypr.fish
+++ b/install/hypr.fish
@@ -6,7 +6,6 @@ install-deps git uwsm hyprland-git hyprpaper-git hyprlock-git hypridle-git polki
install-optional-deps 'gammastep (night light)' 'wlogout (secondary session menu)' 'grimblast-git (screenshot freeze)' 'hyprpicker-git (colour picker)' 'foot (terminal emulator)' 'firefox (web browser)' 'vscodium-bin (IDE)' 'thunar (file manager)' 'nemo (secondary file manager)' 'fuzzel (secondary app launcher)' 'ydotool (alternate paste)' 'trash-cli (auto trash)'
set -l hypr $CONFIG/hypr
-set -l uwsm $CONFIG/uwsm
# Cause hyprland autogenerates a config file when it is removed
set -l remote https://github.com/caelestia-dots/hypr.git
@@ -25,7 +24,7 @@ else
end
# Install uwsm envs
-install-link $hypr/uwsm $uwsm
+install-link $hypr/uwsm $CONFIG/uwsm
# Enable ydotool if installed
pacman -Q ydotool &> /dev/null && systemctl --user enable --now ydotool.service