heyjuvi / avizo

A neat notification daemon
GNU General Public License v3.0
436 stars 24 forks source link

not output centered in bspwm #46

Open yuneguy opened 2 years ago

yuneguy commented 2 years ago

screenshot

heyjuvi commented 1 year ago

bspwm is Xorg based, correct? Can anyone confirm that this is a general problem with Xorg based window managers or is it really bspwm specific?

distek commented 1 year ago

Can anyone confirm

Same deal in i3.

edit: For what it's worth, this is a work around I just came up with for i3:

for_window [title="^avizo$"] border none, move absolute position 50 ppt 70 ppt, move left 124 px, focus_on_window_activation none
no_focus [title="^avizo$"]

The move absolute put's it right on the halfway point, then it's moved left 124 pixels, which is half the width of the default avizo window.

Also had to set no_focus for it as it was stealing focus.