Hey there,
with the help of a great member on here I was able to install EOS on a different computer today. On said computer I use two monitors: an NZTX 32Q with a 2560x1440 resolution and an older Acer Nitro QG241Y with a 1920x1080 resolution. I use the i3 edition of EOS.
I’m fairly certain that there are no general settings for i3, at least not like in the desktop environments. Instead, I think you would just call system commands from within the config. I suspect that most people probably use xrandr.
To be honest, this is a very long preamble when considering that it works almost perfectly out-of-the-box. On both screens I have the bar at the bottom of the screen and both monitors have their workspaces. The only problem is: It assumes that my bigger screen is on the left and the Acer screen is on the right, while in fact it’s the other way around.
This is the information I get from running xrandr:
Screen 0: minimum 320 x 200, current 4480 x 1440, maximum 16384 x 16384
DP-1 disconnected primary (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 697mm x 392mm
HDMI-1 connected 1920x1080+2560+0 (normal left inverted right x axis y axis) 527mm x 296mm
(For brevity’s sake, I didn’t include the available resolutions.)
What I tried
I tried to run the following command:
xrandr --output DP-3 --mode 2560x1440 --primary --output HDMI-1 --mode 1920x1080 --left-of DP-3
However, this resulted in a total mess with windows being fragmented over the two screens (and confusion as to what window the mouse hovers over). I then tried arandr. Naively, I just dragged-and-dropped the smaller screen to the left and the bigger screen to the right – and the result was exactly the same as from the command just cited.
Is there an easy way to have my configuration exactly as it is right now, only with the relative position of the monitors exchanged?
Thanks very much for any suggestions!