Gr1N
Подскажи те можно ли сделать так чтобы tint2, к примеру, вел себя как conky, т.е. всегда был на рабочем столе, но оставался позади всех окон. Как я уже понял в tint2 “интеллектуальное” скрытие сделать невозможно или я ошибаюсь?


How to maximize window over tint2

* You can manage interaction between tint2 and window with :

panel_layer = bottom,normal,top
strut_policy = follow_size/minimum/none
autohide_height = integer

If you want maximized window never cover tint2:

panel_layer = top
strut_policy = follow_size

If you want maximized window behind tint2:

panel_layer = top
strut_policy = none

If you want maximized window behind tint2, but 2 pixels free so you can use desktop action (right click, …):

panel_layer = top
strut_policy = minimum
autohide_height = 2