whtyger

Results 6 comments of whtyger

@Rabcor Though it is a good idea, it works the same way as setting `own_window_type = 'desktop'` in Conky's configuration file.

In my case the next code works and places Conky on every workspace: own_window_type = 'normal', own_window_hints = 'undecorated,below,skip_taskbar,sticky', `sticky` hint is the one which is responsible for that.

@sebma Package type shouldn't be the cause of this issue. These lines were taken from working Conky v1.10.8 configuration. I was using `conky-std` package from Kubuntu 20.04. What is the...

@sebma As you can see, in your case _NET_WM_STATE_STICKY is missing from the list of applied hints. If it isn't a typo in your config, you can try to force...

I can confirm this issue. I have got **update_interval = 3.0** in my config file and several exec variables: `${execpi 15 ...}`, `${execi 15 ...}` and two `${execpi 12 ...}`....

Replacing the line own_window_type = 'desktop', with own_window_type = 'normal', own_window_hints = 'undecorated,below,skip_taskbar,sticky', in the `conky.config` section may help. BTW, it's a long lasting issue, see #399.