You are not logged in.

#1 2015-01-23 04:18:24

Wind
Member
Registered: 2014-11-25
Posts: 17

I want to make compton ignore conky

I'm using dzconky with two files, "conky-left" and "conky-right". When enabling compton there is a shadow seperating the two. Any way to fix this? Thanks.
http://imgur.com/5V8qaVU

Offline

#2 2015-01-23 05:56:35

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: I want to make compton ignore conky

https://wiki.archlinux.org/index.php/Fo … ow_to_Post


What have you tried? A search brings up a lot of threads about this...

Moving to NC.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2015-01-23 11:29:47

onslow77
Member
Registered: 2014-09-21
Posts: 279

Re: I want to make compton ignore conky

Hello,

In the shadow section of your "compton.conf" file, have you tried this:

shadow-exclude = [
"class_g = 'Conky'"
];

You can see an example configuration file here: https://github.com/chjj/compton/blob/ma … ample.conf

Regards
Martin

Last edited by onslow77 (2015-01-23 11:52:05)


It is advised to follow the How to post guide when posting on the Arch forum. If one consciously jumps over these elementary steps like reading the wiki and providing necessary information about the problem, one can be regarded as a Help Vampire.

Offline

#4 2015-01-23 12:28:14

Wind
Member
Registered: 2014-11-25
Posts: 17

Re: I want to make compton ignore conky

onslow77 wrote:

Hello,

In the shadow section of your "compton.conf" file, have you tried this:

shadow-exclude = [
"class_g = 'Conky'"
];

You can see an example configuration file here: https://github.com/chjj/compton/blob/ma … ample.conf

Regards
Martin

Just tried this, but to no avail hmm
http://i.imgur.com/u7C6Bdd.png

Offline

#5 2015-01-23 13:04:41

onslow77
Member
Registered: 2014-09-21
Posts: 279

Re: I want to make compton ignore conky

Hello again,

Pehaps "Conky" is not the right name, try something similair. For example with Xterm, I had to write "XTerm" to make it work.

Did you made sure that your "compton.conf" file was reread after the changes, only way I know of is to close X session and startx again. Also, if you have not already done it, make sure your "compton.conf" is loaded with your X session, for example in your ~/.xinitrc - or whatever method you use in your environment.

Regards
Martin

Last edited by onslow77 (2015-01-23 13:07:01)


It is advised to follow the How to post guide when posting on the Arch forum. If one consciously jumps over these elementary steps like reading the wiki and providing necessary information about the problem, one can be regarded as a Help Vampire.

Offline

#6 2015-01-23 19:36:16

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: I want to make compton ignore conky

Try using this option in your .conkyrc:

own_window_type override

Offline

Board footer

Powered by FluxBB