Now it is possible to use GSettings to configure the placement strategy (natural KDE-like or default grid) and whether to consolidate the windows more tigthly, as well as the position of the window captions.
15 lines
340 B
Makefile
15 lines
340 B
Makefile
EXTENSION_ID = native-window-placement
|
|
|
|
include ../../extension.mk
|
|
|
|
gschemas_in = org.gnome.shell.extensions.native-window-placement.gschema.xml.in
|
|
|
|
@INTLTOOL_XML_NOMERGE_RULE@
|
|
|
|
gsettings_SCHEMAS = $(gschemas_in:.xml.in=.xml)
|
|
|
|
@GSETTINGS_RULES@
|
|
|
|
CLEANFILES += $(gschemas_in:.xml.in=.valid) $(gsettings_SCHEMAS)
|
|
EXTRA_DIST += $(gschemas_in)
|