1
0
mirror of https://gitlab.com/dbrw/ansible-setup.git synced 2025-08-04 15:35:41 +07:00
ansible-setup/roles/common/files/user_home/.config/systemd/user/dwm.service
2022-06-29 17:19:22 +07:00

12 lines
158 B
Desktop File

[Unit]
Description=dwm window manager
After=xrdb.service
[Service]
ExecStart=/usr/local/bin/dwm
Restart=always
RestartSec=10
[Install]
WantedBy=xorg.target