SavingGoogleCode / tint2

tint2 is a lightweight panel/taskbar.
GNU General Public License v2.0
0 stars 0 forks source link

Provide an Option for the Window Type Property #396

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I wanted shadows to be applied to tint2.

But its window type is 'dock' by default.

Maybe it would be useful to provide an option for this (conky has one).

I made a patch to 'fix' this:

https://gist.github.com/2151982

Original issue reported on code.google.com by nihilh...@gmail.com on 21 Mar 2012 at 7:51

GoogleCodeExporter commented 9 years ago
Fixed as of r664.  Set the following in your tint2 configuration file (tint2rc):

panel_dock = 0
panel_layer = normal

Original comment by goo...@craigoakes.com on 22 Jan 2015 at 5:30