2

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?

1 Answer 1

4

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

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

then reload xfwm4 with this command:

xfwm4 --replace

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.

2
  • 128 is already too big. 64 is big enough, as big as with "large" setting for the menu
    – cipricus
    Commented Feb 22, 2021 at 22:07
  • 256 is good on my 1366x768 laptop display Commented Apr 14 at 16:14

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .