Configure firefox properly via policies

This commit is contained in:
2025-11-11 16:06:49 +01:00
parent f47d26f4dd
commit 1f19452d9d
7 changed files with 232 additions and 88 deletions

View File

@@ -3,6 +3,6 @@ BindsTo=autostart.target
After=windowmanager.target
[Service]
ExecStart=/usr/bin/env firefox --setDefaultBrowser -P %i
ExecStart=/usr/bin/env firefox --profile %h/.mozilla/firefox/profile-%i
PassEnvironment=DISPLAY
Restart=always