I just wanted to ask if anyone noticed that title bars for some applications started showing up about 2-3 days ago ? I added
default_floating_borderpixel 1
to my config file but it didn’t do much. But when I added
for_window [class=“Brave-browser”] border pixel 1 focus
it did work for that specific application? So I found a reddit thread that recommended this command which works for all windows
for_window [class=“^.*”] border pixel 1
I was just wondering has anyone else experienced this, and I’m wondering is this some recent i3 or i3-gapps change?