2017-06-21 10:14:35 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Start openbox on the second DISPLAY if it exists
|
|
|
|
After=detect-second-display.service
|
|
|
|
Wants=detect-second-display.service
|
|
|
|
Before=yavdr-frontend.service
|
|
|
|
ConditionFileNotEmpty=%h/.second_display
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
EnvironmentFile=%h/.second_display
|
2018-08-05 13:57:19 +02:00
|
|
|
ExecStart=/usr/bin/openbox --config-file %h/.config/openbox/rc2.xml
|
2018-05-18 10:34:16 +02:00
|
|
|
ExecStartPost=/usr/bin/xset -dpms s off -display $DISPLAY
|
2017-12-20 13:31:36 +01:00
|
|
|
ExecStartPost=/bin/bash %h/.fehbg
|
2017-06-21 10:14:35 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=yavdr-desktop.target
|