ct d hyprland

for including hyprland cfg upd
This commit is contained in:
committer@tuxwarrior
2026-02-26 13:39:42 -05:00
parent c8d4976014
commit be3e6a9562
2 changed files with 8 additions and 4 deletions

View File

@@ -356,9 +356,9 @@ if [ ${operation} == "dots" ] ; then
create_dir ${file_path}
deploy_file "${dots_trg}/helix/${file_name}" "${file_path}/${file_name}"
if [ ${parameter} == "h" ] || [ ${parameter} == "hypr" ] ; then
# hyprland
if [ ${parameter} == "hyprland" ] ; then
# hyprland
file_name=hyprland.conf
file_path=/home/${system_user}/.config/hypr
create_dir ${file_path}