Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"border none" breaks window resizing #9

Open
resloved opened this issue Jan 22, 2020 · 0 comments
Open

"border none" breaks window resizing #9

resloved opened this issue Jan 22, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@resloved
Copy link
Owner

Forgot about this bug that was posted in the Airblader/i3 pull request so hopefully an issue is a little easier to remember.

when removing window borders with something like
bindsym $mod+Shift+space floating enable, border none
it breaks window resizing with mouse or resize mode. This is not just floating windows, but tiled ones too

Screenshot
Airblader#324

My response at the time:

After some quick testing its pretty easy to reproduce. The floating is unrelated, you can just bind border none and the same problem comes up. This doesn't seem to occur when you just set border none using for_window so actually changing the border styling is important. I imagine it has to do with the pixmap being updated when the borders are normal, but after the change the window still uses the rounded/masked pixmap and it doesn't get updated. I'll try to take a look at this sometime this week.

Past me was very confident about "sometime this week"

@resloved resloved added the bug Something isn't working label Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant