This commit is contained in:
committer@tuxwarrior
2026-02-26 14:45:03 -05:00
parent eff774ec00
commit a58cde48ce

View File

@@ -294,7 +294,7 @@ if [ ${operation} == "dots" ] ; then
# ----------
# hyprland
if [ ${parameter} == "hyprland" ] ; then
if [[ ${parameter} == "hyprland" ]] ; then
file_name=hyprland.conf
file_path=/home/${system_user}/.config/hypr
create_dir ${file_path}