This repository has been archived on 2020-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
systemd-client/user/dwm.service

15 lines
223 B
SYSTEMD

[Unit]
Description=Dynamic Window Manager
Requires=xorg@0.service
Wants=slstatus.service
After=xorg@0.service
[Service]
ExecStart=/usr/local/bin/dwm
Restart=always
RestartSec=1
Type=exec
[Install]
WantedBy=default.target