You are not logged in.
hi!
any of you knows if there is a way to change the size of the windows thumbnails in window switcher dialog(alt+tab)
config file or something else?
thanks!
Offline
This seems to work:
style "xfwm-tabwin" {
Xfwm4TabwinWidget::preview-size = 512
}
widget "xfwm4-tabwin*" style "xfwm-tabwin"
...in ~/.gtkrc-2.0. Adjust values as required. Minimum appears to be 48, maximum 512.
Also run-time adjustable appear to be:
- icon-size (24-128)
- listview-icon-size (16-48)
- border-width (0-8)
- border-radius (0-20)
- border-alpha (0.0 - 1.0)
- alpha (0.0 - 1.0)
Reference: tabwin_widget_class_init ()
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
thanks ! test this tonight!
Offline
Hey, ToZ. I see preview-size and icon-size properties are still in the code. Any way I can access them in Gtk3?
EDIT: Ah, nevermind. You answered that in another topic. I was so close myself!
Last edited by KBar (2022-01-04 07:28:22)
Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please!
Offline
[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 524.63 KiB (Peak: 525.48 KiB) ]