14 lines
201 B
Desktop File
14 lines
201 B
Desktop File
[Unit]
|
|
Description=X composite manager
|
|
Requires=xorg@.service dwm.service
|
|
After=dwm.service
|
|
|
|
[Service]
|
|
Type=exec
|
|
Restart=always
|
|
RestartSec=1
|
|
ExecStart=/usr/bin/xcompmgr
|
|
|
|
[Install]
|
|
WantedBy=dwm.service
|