gnotclub / xst

st fork that uses Xresources and some pretty good patches
MIT License
537 stars 73 forks source link

Weird window border color? #110

Closed tmpm697 closed 3 years ago

tmpm697 commented 4 years ago

Relate to this issue https://github.com/gnotclub/xst/issues/82, in this comment, issue's closed so I create new focused one.

I have this issue with:

xst-git: 1:0.8.4.r9.g079cf8c-1
OS: archlinux up-to-date
actionless commented 3 years ago

and which WM do you use?

tmpm697 commented 3 years ago

I don't use window manager, just start X and using wmutils and other utils to work with windows.

from #82, can you confirm this issue or it's just my case?

actionless commented 3 years ago

how could it be any window border then if st doesn't have CSD

actionless commented 3 years ago

or you mean you using some util for drawing borders -- in that case check with openbox first, if you can't reproduce it there, report a bug in that border drawing util

neeasade commented 3 years ago

Just played with it -- The fix for this for me was to force window depth to be 24 (for window drawing utilities from wmutils and my own opt) -- right now the default is to inherit from the root window. I'll PR a flag to override it for people who encounter this.

EDIT: xresources would be a better place, not a flag.