From c5b2dfc82baeaa998b414fc90efcc15f11f17925 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Tue, 16 Apr 2024 09:03:23 -0400 Subject: icons: Include higher resolution icons (#608) This only includes higher resolution icons to be loaded automatically by the window manager icon cache, resulting in sharper icons in the alt-tab and wnck views. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2a6d1d6c..c0e78a56 100644 --- a/configure.ac +++ b/configure.ac @@ -760,6 +760,10 @@ data/icons/32x32/mimetypes/Makefile data/icons/48x48/Makefile data/icons/48x48/apps/Makefile data/icons/48x48/actions/Makefile +data/icons/64x64/Makefile +data/icons/64x64/apps/Makefile +data/icons/128x128/Makefile +data/icons/128x128/apps/Makefile data/icons/scalable/Makefile data/icons/scalable/apps/Makefile data/icons/scalable/actions/Makefile -- cgit v1.2.1