13 lines
318 B
Plaintext
13 lines
318 B
Plaintext
[Unit]
|
|
Description=Show desktop for a few seconds
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=DISPLAY=:0.0
|
|
Environment=XAUTHORITY=/home/odoo/.Xauthority
|
|
ExecStart=/usr/bin/nitrogen --set-zoom-fill --random /home/odoo/wallpapers/
|
|
ExecStart=sh -c "xdotool key Super_L+d; sleep 7; xdotool key Super_L+d"
|
|
User=odoo
|
|
Group=users
|
|
|