2020-12-20 20:36:27 +01:00
|
|
|
[Unit]
|
|
|
|
|
BindsTo=autostart.target
|
2020-12-21 17:57:18 +01:00
|
|
|
After=windowmanager.target
|
2020-12-20 20:36:27 +01:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
|
|
|
|
# systemd.service(5):
|
|
|
|
|
|
|
|
|
|
# > The command to execute may contain spaces, but control characters are not
|
|
|
|
|
# > allowed.
|
2021-01-27 16:37:42 +01:00
|
|
|
ExecStart=/usr/bin/env screencfg "%h/.screencfg/%H/default.yml"
|
2020-12-20 20:36:27 +01:00
|
|
|
RemainAfterExit=true
|
2021-01-30 21:06:08 +01:00
|
|
|
PassEnvironment=DISPLAY
|