Sunday, 30 April 2023

Re: [Rpcemu] Full screen modepermanently ON

Hi Steve,

> I'd like to get the "full screen mode" switched on permanently.
...
> does anyone know on which level the "full screen mode" button is
> handled?

I'd assume collaboration between rpcemu and the X window manager.

Have a look at xdotool(1). Something like

xclock &
xdotool search --sync --class xclock \
windowstate --toggle FULLSCREEN

might work. Or perhaps there's a keypress which can be sent to the
window instead.

--
Cheers, Ralph.

_______________________________________________
RPCEmu mailing list
RPCEmu@riscos.info
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu

No comments:

Post a Comment