The Window Buttons panel plugin allows allows you to switch between application windows using buttons.
You can set a custom icon size in gtk-icon-sizes with the name panel-tasklist-menu. The default icon size is 16px.
style "xfce-tasklist-style"
{
# The maximum length of a button before the label ellipsizes.
# When this value is set to -1 the button will expand to the
# entire available space.
XfceTasklist::max-button-length = 200
# Ellipsizing used in the task list and overflo…
↧