baskerville / bspwm

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

Rules for Floating Windows not setting correctly for multi-monitor setup #1498

Open NerKnutson opened 3 weeks ago

NerKnutson commented 3 weeks ago

I am using two monitors of different resolutions. When the second monitor is plugged in, the existing rules for placing floating windows fails. For example:

bspc rule URxvt:urxvt --rectangle=800x800+x+y

The (x,y) position is determined by the larger monitor's resolution.