You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click on the desktop, conky disappears, then a few seconds later reappears. If I'm in other windows its fine... Click on the desktop again, disappears again...
Conky version:
conky 1.10.2_pre compiled Mon Feb 1 17:41:10 EST 2016 for Linux 4.2.0-27-generic x86_64
Compiled in features:
System config file: /etc/conky/conky.conf
Package library path: /usr/local/lib/conky
General:
* math
* hddtemp
* portmon
* builtin default configuration
* old configuration syntax
* apcupsd
* iostats
* ncurses
X11:
* XDBE (double buffer extension)
* Xft
* ARGB visual
* Own window
Default values:
* Netdevice: eth0
* Local configfile: $HOME/.conkyrc
* Maximum netdevices: 64
* Maximum text size: 16384
* Size text buffer: 256
First in your conky.config you forget simple quote around
own_window_type = dekstop,
and
own_window_hints = below,
Normally simple quote are mandatory except for true, false and number.
And it's not own_window_type = dekstop but own_window_type = desktop
Like this :
own_window_type = 'desktop',
own_window_hints = 'below',
And for my conky I don't use own_window_type = 'desktop', but own_window_type = 'normal',
When I click on the desktop, conky disappears, then a few seconds later reappears. If I'm in other windows its fine... Click on the desktop again, disappears again...
Conky version:
~/.conkyrc:
Config was converted from old syntax and then modified further.
Saw some suggestions that I attempted to implement from #170 as that seemed a little similar.
Thanks in advance!
The text was updated successfully, but these errors were encountered: