RPiPlay
RPiPlay copied to clipboard
startup casting window in fullscreen
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?
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.
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? :)
i was successful with the following commands:
export DISPLAY=:0.0
wmctrl -r :ACTIVE: -b toggle,fullscreen
cheers bendsch