diff options
| author | Martin Fischer <martin@push-f.com> | 2025-12-07 12:05:25 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2025-12-07 13:26:03 +0100 |
| commit | 705a16aa3c345f9b4e1c0fdd032f498e906a8f01 (patch) | |
| tree | 5aa32ca88c40a70daa6c206cf627e77fe41f19bd /link-user | |
| parent | 756f21e959e48c53a7685fa1431e68b0c78b7231 (diff) | |
tweak(workstation): tune Firefox preferences
Diffstat (limited to 'link-user')
| -rwxr-xr-x | link-user | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -24,3 +24,10 @@ for file in $(find . -type f); do fi ln -s "$PWD/$file" "$homefile" done + +if [[ -f ~/.mozilla/firefox/profiles.ini ]]; then + for dir in ~/.mozilla/firefox/*.*/; do + mkdir -p "$dir"/chrome + ln -sf ~/.config/mozilla/firefox/userChrome.css "$dir/chrome" + done +fi |
