Default monitor on dual monitor setup

Post date: Jun 23, 2016 7:27:47 AM

Question! How to set the default monitor for applications in a dual monitor configuration.

Answer! Open up a console then type in the following command:

xrandr -q

Identify your primary monitor among the list you get, then type in the following command :

xrandr --output DVI-0 --primary

Note! Replace DVI-0 by your identified monitor's id.