summaryrefslogtreecommitdiff
path: root/.config/systemd/user/lxpanel@.service
blob: 71e2114ec26b3cb4088c1a4214d30eba8bad8ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=LXDE Desktop Panel on X display %I
Documentation=man:lxpanel(1)
StopWhenUnneeded=true
After=wm@%i.target

[Service]
Type=simple
Environment=DISPLAY=%I
ExecStart=/usr/bin/lxpanel
Restart=always