blob: 656f333f890bcb03b0fe6b166c9b4b30638c162f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Nheko Matrix client (%i profile)
PartOf=graphical-session.target
After=graphical-session.target waybar.service
ConditionEnvironment=DISPLAY
[Service]
Type=simple
ExecStart=/usr/bin/flatpak run --die-with-parent im.nheko.Nheko --profile %i
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=sway-session.target
|