Adam Gausmann
Adam Gausmann
I've tested this using `wlopm` on my laptop, will do a test later with a multi-monitor setup to confirm it also works with that. ``` $ wlopm eDP-1 on $...
While the implementation may be simpler, the behavior of all-off / all-on might be confusing/unexpected for users. Even if it is well-documented, it's not what they would expect from a...
I've decided to retract this, this change is not important to me anymore, and I can't devote enough time to it. Right now I'm using this helper script when I...
This is not an important feature for me right now, but the problem of android and vanilla connections has been in the back of my mind for a while, and...
While I do like wrapper types, coming from powerful type systems like Rust that use that kind of pattern, an `Optional` really isn't that useful in GDScript. The reason is...
To add to my previous comment: If we were to add a syntax that allows generic types like `Optional` or `Optional[int]`, I still don't think `Optional` is the best/cleanest choice....
I am also using swayidle in pretty much the same way. (Side note: I prefer the `wlopm` tool over compositor-specific commands like `power-off-monitors`. I'll hopefully have some time soon to...