blob: b1744402908fead4e4768d6d863b25af78bd13ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=QuickShell for the bar
PartOf=graphical-session.target
After=graphical-session.target
[Service]
Type=exec
ExecStart=/usr/bin/qs
Restart=on-failure
[Install]
WantedBy=graphical-session.target
|