Replies: 4 comments
|
I think someone else also reported this; unfortunately, it's a Firefox issue, as our borders are actually contained within the window so Firefox is incorrectly accounting for the window's |
|
It seems like this is an issue in gtk. See discussion, it seems it's the same problem: https://bbs.archlinux.org/viewtopic.php?id=304829 |



I think someone else also reported this; unfortunately, it's a Firefox issue, as our borders are actually contained within the window so Firefox is incorrectly accounting for the window's
border_widthproperty when laying out its window. The only likely workaround is settingborderWidthin your config to 0 and using e.g. a statusbar to track focus.