Results 841 comments of Christian Duerr

@mrkvn Have you tried the linked PR (#4133)?

What laptop setup do you have exactly? Does it support *automatic* graphics switching in any application?

@mrkvn You're aware that the `energy` setting is below the `window` parent, right? So it should look something like this: ```yml window: energy: Performance ```

There should be an easy way to test that the config option is getting read and the correct commit was pulled: Change it from `Performance` to something like `aoeu`, then...

You're running linux, so it should work. The original patch was tested, but never with configuration options. Unfortunately I don't have access to any machines with switchable graphics and linux....

> Is there an example in the docs how to do that ? Configurations are reloaded by default. You do this simply by editing the configuration file. It's enabled by...

You could work around this by spawning a new config for each Alacritty instance. Copying from the default location. That would certainly work and isn't too much work, though it...

Seems like this is likely to be an AwesomeWM issue if it works just fine when not started from AwesomeWM? What makes you think this is due to Alacritty?

The `-v` option might just be cause of a racing condition which makes that more likely. Might be interesting to see if it happens more often in debug mode? I...

As always, impressive work!