firefox: Add profile option with bigger fonts

This commit is contained in:
2022-01-14 16:28:27 +01:00
parent 7fd54e39ca
commit edf62e7622
4 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
BindsTo=autostart.target
After=windowmanager.target
[Service]
ExecStart=/usr/bin/env firefox --setDefaultBrowser -P %i
PassEnvironment=DISPLAY
Environment=XDG_CONFIG_HOME=%h/.config/gtk-3.0-overrides/bigger-font/
Restart=always