Add display setting forcing script

parent 7e39f884
...@@ -1478,6 +1478,8 @@ if which dbus-launch >/dev/null && [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then ...@@ -1478,6 +1478,8 @@ if which dbus-launch >/dev/null && [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
fi fi
xset -dpms; xset s off; xset s noblank xset -dpms; xset s off; xset s noblank
(sleep 5 && xrandr --auto) &
# Start Compositor and Window Manager in background # Start Compositor and Window Manager in background
#picom -b --backend glx --config /dev/null & #picom -b --backend glx --config /dev/null &
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment