You are not logged in.
Pages: 1


Is there a way to decrease the size of the windows thumbnails when switching with alt+tab? They are too big. I am using manjaro xfce.
Offline


Try this: Add the following to ~/.config/gtk-3.0/gtk.css:
#xfwm-tabwin {
   -XfwmTabwinWidget-icon-size: 24px;
   -XfwmTabwinWidget-preview-size: 48px; }...and adjust the px sizes to suit. Supported min/max values are:
icon-size: 24 / 128
preview-size: 48 / 512
Make sure you restart xfwm4 or log out and back in again to test.
You can also change the previews to list mode via Settings Manager > Window Manager Tweaks > Cycling, and select "Cycle through windows in a list".
Note that the size of the window previews also changes dynamically based on the number of open windows and your screen size/real estate.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---
Offline


Thanks, it worked.
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 540.72 KiB (Peak: 550.41 KiB) ]