[SOLVED] External monitor setup w/ dwm
Hi everyone,
I have a monitor in my office which I've never used to this point, and I would like to configure my dwm build to work flawlessly on it. After plugging the cable, I simply redirected the output with:
xrandr --output VGA-1 --auto --output LVDS-1 --off
After which my laptop's screen shut down and the monitor shows my desktop (magic! ). Problem is, although the monitor shows no "black" or "dead" regions, the regions which go beyond my laptop's main resolution seem to be "replicas" of the wallpaper I currently use, and windows do not appear in such regions. It seems like X recognizes the different screen resolution while dwm does not. I know maybe I wasn`t clear, I`ll post a screenshot if that may help.
The suckless website says:
And I think my config.mk has them enabled via:
# Xinerama, comment if you don't want it
XINERAMALIBS = -lXinerama
XINERAMAFLAGS = -DXINERAMA
So... Any hint on what should I do?