Xfce Forum

Sub domains
 

You are not logged in.

#1 2018-07-30 18:47:14

johnywhy
Member
Registered: 2011-10-09
Posts: 283

How to force window icons respect panel rows?

When i have a tall panel with rows = 1, app windows get stacked on top of each other.
How to prevent stacking?


panel_rows.png


arch xfce x86_64

Offline

#2 2018-07-30 23:53:14

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,948

Re: How to force window icons respect panel rows?

For the gtk3 version of xfce4-panel, the following snippet in ~/.config/gtk-3.0/gtk.css will force single row:

* {
-XfceTasklist-max-button-size: 0;
}

However, the icon size will max out at 16 pixels, so there will be plenty of space around the button.


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

Board footer

Powered by FluxBB