avizo
avizo copied to clipboard
not output centered in bspwm
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?
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.