`xrandr` configuration cuts bspwm in half.
mageowl opened this issue · 2 comments
mageowl commented
I am using Linux Mint 21.1 on a Apple MacBookPro 16'.
I have the following lines in my bspwmrc for fixing the resolution of my monitors/dpi. When it boots, it cuts the entire tiling in half. What am I doing wrong? This does not apply to the floating windows.
xrandr --dpi 276 --fb 6400x3760 \
--output eDP-1 --mode 2560x1600 --pos 3840x1080 \
--output DP-3 --primary --mode 2560x1440 --scale 1.5x1.5
mageowl commented
This is fixed by changing the position to be 0 on the y-axis. Is there another way to fix this?
mageowl commented
This was because of polybar. Closing now.