+ hypridle

This commit is contained in:
committer@tuxwarrior
2026-02-27 07:41:17 -05:00
parent 11636e41f2
commit b321473cdc
2 changed files with 30 additions and 7 deletions

View File

@@ -301,6 +301,12 @@ if [ ${operation} == "dots" ] ; then
deploy_file "${dots_trg}/hyprland/${file_name}" "${file_path}/${file_name}"
fi
# hypridle
file_name=hypridle.conf
file_path=/home/${system_user}/.config/hypr
create_dir ${file_path}
deploy_file "${dots_trg}/hypridle/${file_name}" "${file_path}/${file_name}"
# hyprmon
file_path=/home/${system_user}/.config/hyprmon/profiles
create_dir ${file_path}