Skip to content

Instantly share code, notes, and snippets.

@linuxenko
Created November 28, 2018 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxenko/810a24ffc062d839eba429c348bd7b5f to your computer and use it in GitHub Desktop.
Save linuxenko/810a24ffc062d839eba429c348bd7b5f to your computer and use it in GitHub Desktop.
In your conky config, add:
own_window yes
own_window_class Conky
own_window_type override
This line keeps conky from getting controlled by the wm:
own_window_type override
You'll also want
background yes
(its set as 'no' near the top of your conkyrc) to launch in the background, once your config is all set. Or launch with the daemon flag, -d.
Source: https://faq.i3wm.org/question/3829/conky-on-desktop.1.html
You mentioned compositing, while not needed for this, if you end up looking for something for compositing features (ie transparency) check out compton. Not sure if something newer and better has popped up but its decent and lightweight.
Also, welcome to the i3 community!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment