phillipberndt / pqiv

Powerful image viewer with minimal UI
http://www.pberndt.com/Programme/Linux/pqiv/index.html
GNU General Public License v3.0
303 stars 45 forks source link

going fullscreen on multi monitors? #213

Open marcomilone opened 2 years ago

marcomilone commented 2 years ago

Hi there is any way to go fullscreen on multi monitors?

tried: pqiv --action "set_scale_mode_fit_px(5760, 1080)" myimage.png pqiv -f --action "set_scale_mode_fit_px(5760, 1080)" myimage.png

Many thanks for any hints/ reply

phillipberndt commented 2 years ago

Fullscreen spanning multiple monitors isn't supported by GTK. The best workaround that comes to my mind is to use windowed mode with a huge window spanning all screens.

marcomilone commented 2 years ago

Hi, thanks for your kind reply. What you suggest works for sure, I already set up some scripts in that direction. . What seems impossible to achieve is to remove decorations/borders/buttons from windows. I've tried with devilspie2: works very well, but no success removing things ( undecorate_window ). (I'm under Ubuntu 21.10 atm) Regards!

phillipberndt commented 2 years ago

Sounds like there's some overlap with #215 then