X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/75df7e8dbbbdde1ba91fd072da1258928302ecbc..62c15a8a12d2e8b3ff3f50e8e9907a6766916894:/mkosi/kodi/mkosi.extra/etc/X11/xorg.conf.d/10-disable-dpms.conf?ds=sidebyside diff --git a/mkosi/kodi/mkosi.extra/etc/X11/xorg.conf.d/10-disable-dpms.conf b/mkosi/kodi/mkosi.extra/etc/X11/xorg.conf.d/10-disable-dpms.conf new file mode 100644 index 0000000..14ff156 --- /dev/null +++ b/mkosi/kodi/mkosi.extra/etc/X11/xorg.conf.d/10-disable-dpms.conf @@ -0,0 +1,15 @@ +Section "Monitor" + Identifier "Monitor" + Option "DPMS" "false" +EndSection + +Section "ServerFlags" + Option "StandbyTime" "0" + Option "SuspendTime" "0" + Option "OffTime" "0" + Option "BlankTime" "0" +EndSection + +Section "Extensions" + Option "DPMS" "Disable" +EndSection