hypr (transition wip)

still, work in progress…
This commit is contained in:
committer@tuxwarrior
2026-02-26 07:23:02 -05:00
parent db5cf1efcd
commit ac6ac95a43
5 changed files with 300 additions and 553 deletions

View File

@@ -296,13 +296,18 @@ if [ ${operation} == "dots" ] ; then
# librewolf
file_name=policies.json
ffpd=$(firefox_profile_dir)
ffpd=$(librewolf_profile_dir)
if [[ ${ffpd} == error* ]] ; then
echo ${ffpd}
else
file_name=user.js
file_path=${ffpd}
deploy_file "${dots_trg}/firefox/${file_name}" "${file_path}/${file_name}"
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
file_name=userChrome.css
file_path=${ffpd}/chrome
create_dir ${file_path}
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
fi
# gtk (settings found using lxappearance)
@@ -321,6 +326,13 @@ if [ ${operation} == "dots" ] ; then
create_dir ${file_path}
deploy_file "${dots_trg}/helix/${file_name}" "${file_path}/${file_name}"
# hyprland
file_name=hyprland.conf
file_path=/home/${system_user}/.config/hypr
create_dir ${file_path}
deploy_file "${dots_trg}/hyprland/${file_name}" "${file_path}/${file_name}"
hyprctl reload
# pcmanfm
# bookmarks found in "dots/gtk/.gtk-bookmarks"
file_name=pcmanfm.conf