mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 15:35:41 +07:00
12 lines
158 B
Desktop File
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
|