mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-31 23:09:56 +02:00
thunderbird: use a configuration file
This commit is contained in:
parent
d2a308f472
commit
af4d1bd738
2 changed files with 18 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
[Unit]
|
||||
Description=Display notifications when receiving new mails
|
||||
PartOf=graphical-session.target
|
||||
ConditionPathExists=%h/.config/thunderbird-notify.env
|
||||
ConditionPathExists=%h/.thunderbird/notify.yaml
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=%h/.config/thunderbird-notify.env
|
||||
ExecStart=%h/.config/i3/bin/thunderbird-notify $ARGS
|
||||
ExecStart=%h/.config/i3/bin/thunderbird-notify %h/.thunderbird/notify.yaml
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue