autostart: Remove hardcoded DISPLAY

This commit is contained in:
Hannes Körber
2021-01-30 21:06:08 +01:00
parent 55477c5919
commit 39b45df38e
23 changed files with 23 additions and 23 deletions

View File

@@ -5,4 +5,4 @@ ConditionPathExists=%h/.var/run/features/machine_is_laptop
[Service]
ExecStart=/usr/bin/env bash -c 'grep "^${ACPI_LID_NAME}.*enabled" /proc/acpi/wakeup && echo " ${ACPI_LID_NAME}" | sudo tee /proc/acpi/wakeup'
Environment=DISPLAY=:0
PassEnvironment=DISPLAY