I would like to open two windows (one per display) in full screen without any controls and bars. I'm using matchbox to do that, which would be ok except one thing. Windows open stretch in full screen in two monitors as it would be one.
I'm using this .xinitrc
file to control Xorg.
xrandr --output HDMI2 --auto --pos 0x1080 --output HDMI1 --auto --pos 0x0
xset s off
xset -dpms
matchbox-window-manager &
electron ./window1
electron ./window2
I could change window manager if it only could run application with kiosk restrictions.