Files
dotfiles/autostart/services/screencfg.service
2021-01-30 21:06:53 +01:00

14 lines
306 B
Desktop File

[Unit]
BindsTo=autostart.target
After=windowmanager.target
[Service]
Type=oneshot
# systemd.service(5):
# > The command to execute may contain spaces, but control characters are not
# > allowed.
ExecStart=/usr/bin/env screencfg "%h/.screencfg/%H/default.yml"
RemainAfterExit=true
PassEnvironment=DISPLAY