davvil / pdfpc

A presenter console with multi-monitor support for PDF files.
http://davvil.github.com/pdfpc/
GNU General Public License v2.0
210 stars 20 forks source link

Added --other-screen=screen/monitor option. #71

Open guobin2312 opened 10 years ago

guobin2312 commented 10 years ago

Support different screens (:0.0 and :0.1) with option --other-screen=1

I had an old fashioned dual screen setup with two "screens" (:0.0 and :0.1) which map to GdkScreen. This works well under xfce4 (used to work for GNOME2). I know this would eventually not be supported, but it has it's advantage for me (individual desktops on two screens). Anyway, here is my added option to use different GdkScreen for pdfpc.

AndreasBilke commented 9 years ago

Is this still applicable for gtk3/gdk3? If it is so, could you re-post your patch to the new pdfpc/pdfpc repo?