diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index d2e73194..e62282fd 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -171,11 +171,11 @@ super + f super + c chromium --password-store=basic %U & super + i - flatpak run org.inkscape.Inkscape & - # inkscape & + inkscape & + # flatpak run org.inkscape.Inkscape & super + g - flatpak run org.gimp.GIMP --no-splash & - # gimp --no-splash & + gimp --no-splash & + # flatpak run org.gimp.GIMP --no-splash & # krita --nosplash & super + h $HOME/scripts/bsphide & diff --git a/updates.txt b/updates.txt index 00546462..4f8003c7 100755 --- a/updates.txt +++ b/updates.txt @@ -950,3 +950,8 @@ IgnorePkg=lib32-gdk-pixbuf2 09/29/2025 Install gdkpixbuf2-noglycin and gdkpixbuf2-noglycin-docs packages (removes gdkpixbuf2 package, issues with GDK update): doas pacman -S gdkpixbuf2-noglycin gdkpixbuf2-noglycin-docs +Take note of possible icon help, just run this overwrite: +``` +sudo pacman -S --overwrite '*' libpng librsvg cairo pixman gtk3 hicolor-icon-theme shared-mime-info adwaita-icon-theme libx11 libxcb +``` +Taken from: https://forum.manjaro.org/t/icon-themes-not-loading-correctly/178555