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

launch program in wrong height when lxpanel exist #114

Open dlintw opened 10 years ago

dlintw commented 10 years ago
  1. lxpanel&
  2. xterm&
  3. maximum xterm
  4. in xterm window
  5. gvim # new launched program
  6. The height of new program(gvim) will overwrite lxpanel, so, I should adjust it to upper or shorter to see all content.
dlintw commented 10 years ago

Well, I just switch from openbox to wingo, and found openbox will handle the height better in this situation.

BurntSushi commented 10 years ago

There are many problems with window placement in Wingo. It's complex and the code is impenetrable. This sort of thing won't be fixed any time soon unless someone else wants to take a stab.