Files
dotfiles/autostart/services/firefox@.service

9 lines
181 B
SYSTEMD
Raw Normal View History

[Unit]
BindsTo=autostart.target
2020-12-21 17:57:18 +01:00
After=windowmanager.target
[Service]
ExecStart=/usr/bin/env firefox --profile %h/.mozilla/firefox/profile-%i
2021-01-30 21:06:08 +01:00
PassEnvironment=DISPLAY
2021-10-29 17:44:58 +02:00
Restart=always