I have Arch Linux and I have installed i3, managing to configure it a bit. I have 3 screens and I'm having trouble setting up the layout in i3. Now it works correctly, or at least the left and right screens are set up correctly, but the middle screen is right but can't take up half the space because the left screen is reflecting what is on its screen. For example, the black bar is tied to the fact that it is also on the other screen because they are showing the same page.
and in my HDMI1 the heigh of my half page is half..
How can I fix this? Also, while I'm at it, how do I change the theme because it's straining my eyes? I tried using arandr, and I actually saved my configuration from the normal Gnome session and then put it into the i3 config
ive changed from windows only today im diying already.
this is the arandr coming from gnome
#!/bin/sh
xrandr --output DP-1 --mode 1920x1080 --pos 3000x52 --rotate left --output DP-2 --mode 1920x1080 --pos 0x0 --rotate right --output HDMI-1 --primary --mode 1920x1080 --pos 1080x458 --rotate normal
