1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-05 21:34:17 +01:00

Add a configuration option to ignore Decoration Hints from GTK-based application

As reported by Nerijus Baliunas and Paul Jakma, the GNOME application,
which use the GTK toolkit, are asking to have no window decoration. This
can be solved by editing the window's attributes in Window Maker, but this
can be tedious when there are many GNOME application used.

This patch adds a configuration option: Window Maker tries to detect for
GTK-based windows and in this case ignore the decoration hints that were
provided by the application.

Suggested-by: Paul Jakma <paul@jakma.org>
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2015-05-10 19:56:08 +02:00
committed by Carlos R. Mafra
parent 5ecb96cbf4
commit ea42641033
7 changed files with 59 additions and 1 deletions

5
FAQ
View File

@@ -740,6 +740,11 @@ The workaround is, for each application, to ask for Window Maker's window menu
and click on the greyed "Disable titlebar" until it is white (the same can be
done for other decoration attributes).
If you use a lot of GNOME applications, you may want to ask Window Maker to just
ignore the no-titlebar-and-all for all windows at once, which is done from
WPrefs by going to the "Expert" panel and checking the "Ignore decoration hints
for GTK applications" button.
-=-=-=-=-=-=-=-