Add xset options to rc.lua to prevent screen from sleeping.

master
josiah 4 years ago
parent d1b522249d
commit f4ce93f94d

@ -568,7 +568,10 @@ autorunApps =
{
"nextcloud",
"ssh -X josiah@hatchery -v -Y calibre",
"xrandr --output HDMI-0 --mode 2560x1440 --pos 0x0 --rotate normal --primary --output DP-2 --mode 1920x1080 --right-of HDMI-0 --rotate left --output DP-4 --mode 1920x1080 --left-of HDMI-0 --rotate right --output DP-0 --off"
"xrandr --output HDMI-0 --mode 2560x1440 --pos 0x0 --rotate normal --primary --output DP-2 --mode 1920x1080 --right-of HDMI-0 --rotate left --output DP-4 --mode 1920x1080 --left-of HDMI-0 --rotate right --output DP-0 --off",
"xset s off",
"xset -dpms",
"xset s noblank"
}
if autorun then
for app = 1, #autorunApps do

Loading…
Cancel
Save