mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-05 00:05:46 +07:00
13 lines
270 B
Desktop File
13 lines
270 B
Desktop File
[Unit]
|
|
Description=xset - user preference utility for X
|
|
Documentation=man:xset(1)
|
|
PartOf=graphical-session.target xset.service
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/xset +dpms dpms 0 0 600
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|