RedBearAK

Results 406 comments of RedBearAK

@Lenbok Oh. Wow. I'm going to have to try this. Very interesting. I barely understand what is happening here so if this is not already a working example I probably...

@Lenbok Hey, guess what? It worked. No more pausing at `xkeysnail` startup. The delay is part of the macro now. Kind of awkward syntax, with everything being nested inside of...

@Lenbok So it's just not set up, in its current form, for `launch()` and `sleep()` to be used sequentially like all the individual `K()` functions. But it could be. That...

@friday Working nicely in a Xubuntu VM, but I'm hoping someone will start making some RPMs soon. My main systems are Fedora and Tumbleweed. The `tar.gz` is a bit too...

@euh2 @friday > In the shell I would use exec someApplication to uncouple the application from my shell (or rather the binary running my shell). Maybe there is a way...

@friday I continue to look forward to someone putting together an RPM installer. I spend most of my time on Fedora. I'm betting between openSUSE, OpenMandriva, Fedora, CentOS, RHEL and...

@k0kubun Is there actually any sign that it might be possible to get the focused window attributes (class and name/title) directly from some sort of interaction with `wlroots`? What's you're...

> I'd appreciate your input too. I will try to come back to this and leave a note if I ever find anything. My AI assistant seems pretty confident that...

@meowcoder > I've implemented support for wlroots here This is a nice thing to see in my notifications. I'm taking a look. Do you have any idea if the method...

@meowcoder It became pretty obvious that something was missing as soon as I tried to use the same protocol. I grabbed the XML for the protocol: https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/blob/master/unstable/wlr-foreign-toplevel-management-unstable-v1.xml ... and generated...