]> git.rmz.io Git - dotfiles.git/blob - mkosi/kodi/mkosi.extra/etc/X11/xorg.conf.d/10-disable-dpms.conf
mkosi/kodi: kill the wayland executable on stop
[dotfiles.git] / mkosi / kodi / mkosi.extra / etc / X11 / xorg.conf.d / 10-disable-dpms.conf
1 Section "Monitor"
2 Identifier "Monitor"
3 Option "DPMS" "false"
4 EndSection
5
6 Section "ServerFlags"
7 Option "StandbyTime" "0"
8 Option "SuspendTime" "0"
9 Option "OffTime" "0"
10 Option "BlankTime" "0"
11 EndSection
12
13 Section "Extensions"
14 Option "DPMS" "Disable"
15 EndSection