mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-06 07:19:29 -05:00
install: minor refactor hypr
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user