summaryrefslogtreecommitdiff
path: root/.config/systemd/user/awesome.service
blob: 06a0e6a88c0dcb57b2a0566c36ce6b2a859b9a1e (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Awesome window manager
After=xorg.target
Wants=xorg.target

[Service]
Type=simple
ExecStart=/usr/bin/awesome

[Install]
WantedBy=graphical.target