baskerville / bspwm

A tiling window manager based on binary space partitioning
BSD 2-Clause "Simplified" License
7.61k stars 420 forks source link

`xrandr` configuration cuts bspwm in half. #1459

Closed mageowl closed 5 months ago

mageowl commented 11 months ago

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

cut_in_half

mageowl commented 11 months ago

This is fixed by changing the position to be 0 on the y-axis. Is there another way to fix this?

mageowl commented 5 months ago

This was because of polybar. Closing now.