Skip to content

Options to disable all eye candy #26

Description

@rien333

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions