Some of us have issues with conky disappearing at times; I've searched for a solution for a couple of weeks and finally found one that appears to work. My own conky installation is now stable and doesn't disappear when I right-click the desktop or any other activity I've tried so far.
First, credit where credit is due: https://github.com/brndnmtthws/conky/issues/145
This requires a small change to ~/.conkyrc and a window rule to force conky to behave, but it seems to work -
First, let's hack up ~/.conkyrc
Set own_window_type to dock like this
Next, we need a window rule.
systemsettings --> Window Behavior --> Window Rules and click 'New', then
Apply and exit. Enjoy
First, credit where credit is due: https://github.com/brndnmtthws/conky/issues/145
This requires a small change to ~/.conkyrc and a window rule to force conky to behave, but it seems to work -
First, let's hack up ~/.conkyrc
Set own_window_type to dock like this
Code:
own_window_type dock
systemsettings --> Window Behavior --> Window Rules and click 'New', then
Apply and exit. Enjoy
Comment