10 lines
402 B
SYSTEMD
10 lines
402 B
SYSTEMD
# Systemd provides xdg-desktop-autostart.target as a way to process XDG autostart
|
|
# desktop files. The target sets RefuseManualStart though, and thus cannot be
|
|
# used from scripts.
|
|
#
|
|
[Unit]
|
|
Description=XDG autostart for Qtile session
|
|
Documentation=man:systemd.special(7) man:systemd-xdg-autostart-generator(8)
|
|
BindsTo=xdg-desktop-autostart.target
|
|
PartOf=qtile-session.target
|
|
After=qtile-session.target
|