BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 86 forks source link

Cannot maximize window when `border_size := 0` #125

Open ghost opened 8 years ago

ghost commented 8 years ago

In /config/theme.wini if you set the border_size parameter to 0 Wingo will crash when you attempt to maximize windows.

I can guarantee that this works on Full styled windows, and that it is definitely due to the border_size parameter.

I don't know if this is how Wingo is supposed to work, but it would be very nice to be able to set border_size to 0 for purely aesthetic purposes.