002b1b5d07
Now alternate-tab shows a dialog on first usage, allowing to choose between native behavior (app icons from all worskpaces), app icons from current workspace only and window thumbnails only. Patch written by Joachim Bargsten <dev@bargsten.org>
15 lines
320 B
Makefile
15 lines
320 B
Makefile
EXTENSION_ID = alternate-tab
|
|
|
|
include ../../extension.mk
|
|
|
|
gschemas_in = org.gnome.shell.extensions.alternate-tab.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)
|