sboli / twmn

A notification system for tiling window managers
GNU Lesser General Public License v3.0
526 stars 47 forks source link

I am unable to disable bounce #52

Closed ShawnMcCool closed 8 years ago

ShawnMcCool commented 8 years ago

It seems that twmnd picks up my changes for font etc.. But, the bounce is still there when I call twmnc You have connected..

twmn.conf

Am I overlooking something?

ixjlyons commented 8 years ago

The bounce configuration options correspond to transitions between notifications, so you won't see the effect for single notifications. However, see the QEasingCurve enum -- 38 corresponds to the OutBounce curve.

sboli commented 8 years ago

What @ixjlyons said is correct. Closed.