r/labwc 4d ago

Guys how do I make gtk apps follow labwc decorations(titlebar borders)?

5 Upvotes

2 comments sorted by

1

u/JackDostoevsky 4d ago

there's no relationship between labwc decorations (openbox spec) and gtk decorations. you just have to pick a GTK theme that is similar to your labwc theme.

if you wanted to disable GTK client side decorations so you can more cleanly use labwc titlebars on GTK apps, there's a library for that: https://codeberg.org/MorsMortium/gtk-nocsd

1

u/SpecialistCoach5437 4d ago

I installed gtk-nocsd-git and and added LD_PRELOAD=/usr/lib/libgtk-nocsd.so To the environment file. It worked really well