Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subtle animations to compton. #44

Closed
hhhorb opened this issue Jun 4, 2016 · 4 comments
Closed

Add subtle animations to compton. #44

hhhorb opened this issue Jun 4, 2016 · 4 comments

Comments

@hhhorb
Copy link
Contributor

hhhorb commented Jun 4, 2016

In compton.conf, change...

# Fading
fading = false;
# fade-delta = 30;
fade-in-step = 0.03;
fade-out-step = 0.03;
# no-fading-openclose = true;

... (or whatever it currently is) to...

# Fading
#fading = false;
# fade-delta = 30;
#fade-in-step = 0.03;
#fade-out-step = 0.03;
# no-fading-openclose = true;
fading = true;
fade-delta = 3;

... for a tiny bit of eyecandy.

@hhhorb hhhorb changed the title Add subtle animations to conky. Add subtle animations to compton. Jun 4, 2016
@Sector11
Copy link

Sector11 commented Jun 4, 2016

It is a subtle change.
I could get use to it.

@hhhorb
Copy link
Contributor Author

hhhorb commented Jun 4, 2016

^ Thanks for the feedback. I'll commit the change in a week if I don't hear anything else.

@johnraff
Copy link
Member

johnraff commented Jun 7, 2016

I tried @hhhorb's config and all I could see was a slight delay before popups and menus appeared. I'd hardly classify it as "eye candy" to be honest.

Is there something more to it that I'm missing?

@hhhorb
Copy link
Contributor Author

hhhorb commented Jun 9, 2016

Leaving this issue alone for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants