0

enter image description here

Disabling previews under "Compositor" in Window Manager Tweaks shows icons while cycling windows. But these are smaller than the previews. I would like to have them larger.

enter image description here

Something like those in Whisker Menu when set to "Large"

enter image description here

enter image description here

Can this be "tweaked" somehow for xfwm?

cipricus
  • 1,386
  • 13
  • 42

1 Answers1

2

Yes. Add the following to ~/.config/gtk-3.0/gtk.css:

#xfwm-tabwin {
-XfwmTabwinWidget-icon-size: 256;
-XfwmTabwinWidget-preview-size: 256; }

icon-size changes the size of the icon and preview-size the size of the preview window. Adjust the values to suit, but I believe 256 is the largest size but depending on monitor size, it might go to 512.