Created
October 19, 2023 13:59
-
-
Save karaketir16/3e8cd40397722e6c56ae51dc76a3d3cc to your computer and use it in GitHub Desktop.
disable DPMS -- disable screen off / yocto mini-x-session
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#/etc/mini_x/session.d/disableDPMS | |
/usr/bin/xset -dpms s off s noblank s 0 0 s noexpose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment