forked from Shinonome/dots-hyprland
previous commit but in the "legacy" script
This commit is contained in:
@@ -48,10 +48,10 @@ case "${SKIP_HYPRLAND}" in
|
|||||||
true) sleep 0;;
|
true) sleep 0;;
|
||||||
*)
|
*)
|
||||||
install_dir__sync dots/.config/hypr/hyprland "$XDG_CONFIG_HOME"/hypr/hyprland
|
install_dir__sync dots/.config/hypr/hyprland "$XDG_CONFIG_HOME"/hypr/hyprland
|
||||||
for i in hyprlock.conf {monitors,workspaces}.conf ; do
|
for i in hyprlock.conf ; do
|
||||||
install_file__auto_backup "dots/.config/hypr/$i" "${XDG_CONFIG_HOME}/hypr/$i"
|
install_file__auto_backup "dots/.config/hypr/$i" "${XDG_CONFIG_HOME}/hypr/$i"
|
||||||
done
|
done
|
||||||
for i in hyprland.conf ; do
|
for i in hyprland.lua ; do
|
||||||
case "${SKIP_HYPRLAND_ENTRY}" in
|
case "${SKIP_HYPRLAND_ENTRY}" in
|
||||||
true) sleep 0;;
|
true) sleep 0;;
|
||||||
*) install_file "dots/.config/hypr/$i" "${XDG_CONFIG_HOME}/hypr/$i" ;;
|
*) install_file "dots/.config/hypr/$i" "${XDG_CONFIG_HOME}/hypr/$i" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user