RPiPlay icon indicating copy to clipboard operation
RPiPlay copied to clipboard

startup casting window in fullscreen

Open bendschs opened this issue 4 years ago • 3 comments

i found a way to maximize the window by cli: wmctrl -r :ACTIVE: -b toggle,fullscreen

the problem now is, that the Rpiplay-window is created only when something is being casted to rpiplay. I am looking for a way to tell the window being casted to immediately and automatically switch to full-screen.

any help?

bendschs avatar Jan 26 '21 21:01 bendschs

wmctrl -r rpiplay -b toggle,fullscreen works for me after starting rpiplay. May be this is the same thing what you have done. but your command didn't worked for me.

srbhp avatar Mar 03 '21 08:03 srbhp

Hi, i installed wmctrl and tried your code but it doesnt work for me. How do i have to use your code? It just tells me "Cannot open display".

Would be glad to get any help to start the casting screen in fullscreen at boot. Can anyone help me? :)

Loremwriter avatar Apr 30 '22 15:04 Loremwriter

i was successful with the following commands:

export DISPLAY=:0.0
wmctrl -r :ACTIVE: -b toggle,fullscreen

cheers bendsch

bendschs avatar May 02 '22 19:05 bendschs