DelusionalLogic / NeoComp

A new place for a fork of a compositor for X11
GNU General Public License v3.0
19 stars 1 forks source link

Options to disable all eye candy #26

Open rien333 opened 4 years ago

rien333 commented 4 years ago

Like many others, I use my compositor mainly to deal with screen tearing. I'm not completely satisfied with the performance of picom/compton, however, which is why I was drawn to this project's aim of being "fast and simple".

To maximize speed and minimize distractions, I like to turn all eye candy effects off. Among eyecandy, I include blurs, shadows, transparency, and fading. Picom and compton easily allow you to turn most/all of these off using the config file.

However, when writing compton's configurations options to disable all these effects to a config file (~/config/neocomp.conf), they seemingly achieve nothing:

shadow = false;
fading = false;
blur-background = false;

How do I turn these effects off in neocomp?

DelusionalLogic commented 4 years ago

That's an interesting usecase. I'm not sure all the features can even be disabled currently.

rien333 commented 4 years ago

Well, if it's too much hassle to incorporate this request, don't sweat it!

DelusionalLogic commented 4 years ago

It's 100% on the todo-list, but might be a bit far out though.

And anyway, it's a cool usecase i didn't think about.