flameshot: add bars to systemd After
Fixes #544
(cherry picked from commit 98f534e172
)
This commit is contained in:
parent
a6475e3e60
commit
27042d1050
|
@ -24,7 +24,12 @@ in
|
||||||
systemd.user.services.flameshot = {
|
systemd.user.services.flameshot = {
|
||||||
Unit = {
|
Unit = {
|
||||||
Description = "Powerful yet simple to use screenshot software";
|
Description = "Powerful yet simple to use screenshot software";
|
||||||
After = [ "graphical-session-pre.target" ];
|
After = [
|
||||||
|
"graphical-session-pre.target"
|
||||||
|
"polybar.service"
|
||||||
|
"stalonetray.service"
|
||||||
|
"taffybar.service"
|
||||||
|
];
|
||||||
PartOf = [ "graphical-session.target" ];
|
PartOf = [ "graphical-session.target" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue