Created attachment 8868 Windowlist Button Spacing I am using the Adwaita theme on Xfce 4.14 and would like to ask if it is possible to increase the spacing between the windowlist buttons a bit. Right now the windowlist buttons stick completely together and it would be great to have at lease 1px spacing between them.
You can easily add some gapping using css. Try the following in ~/.config/gtk-3.0/gtk.css: .tasklist button { margin-right: 1px; }
@ToZ thank you! Works perfectly.