10-19-2021, 08:09 AM
(10-17-2021, 08:06 AM)Merc Wrote: I use wlr-randr to turn the screen on and off over SSH.
And a .desktop file that creates an icon on my home screen that runsCode:wlr-randr --output DSI-1 --on --scale 2
to keep the display on until I close the window.Code:gnome-session-inhibit --inhibit idle --reason 'Keep-Awake application is open' --inhibit-only
Thanks for the reply, but I'm afraid that I'm using Plasma Mobile and wlr-randr doesn't seem to work with it, however, it KDE seems to have it's own solution:
Code:
kscreen-doctor -d on/off
Now what I would like is for the screen to stay on while it's on the lock screen.
Matthew