nixpulvis / dotfiles

My personal dotfiles, using fish, i3 and much more.
4 stars 4 forks source link

Fix i3 Title Borders #39

Open nixpulvis opened 6 years ago

nixpulvis commented 6 years ago

We'd like to have inactive window's title bars to be only outlines by setting the background color to our global background color, however the lines that connect the window's border and the title's border don't meet up nicely.

See: https://github.com/i3/i3/blob/f9efc09b98705c4e9459d73f3727b911249b19aa/src/x.c#L333-L337

nixpulvis commented 6 years ago

I've changed my inactive title bar to have a filled in background now to avoid the grossness without this fixed.