Philip Waritschlager

Results 359 comments of Philip Waritschlager

Ah wait NVM, I missed the SVGO section in the Readme. No fork needed, instructions are pretty clear.

- ``` crystal --version Crystal 1.4.1 (2022-04-23) LLVM: 13.0.1 Default target: x86_64-pc-linux-gnu ``` - `x_do.cr`: version: 0.8.3 (pulled just yesterday) - `libxdo`: [xdotool 3.20211022.1-1](https://archlinux.org/packages/community/x86_64/xdotool/) which seems to be [the most...

So I checked with the previous release of libxdo (which dates to solid 6 years before the recent one), turns out it works! So yeah, apparently some breaking changes from...

that said, even with the 2016 version, most (all?) window actions such as `minimize!` don't work for me, and sending keys fails in some windows, while `xdotool` works in all...

Found the culprit, it's the introduction of search param `windowrole`. I have a local branch where I added this param and everything including tests runs fine. I wrote to jsissel...

Further API changes (new features, `git diff 8a6aecee9..HEAD -- xdo.h`) since the 2016 version are the addition of `xdo_get_window_classname` and `xdo_window_state` and `xdo_quit_window`. I'll also send PR for these some...

[relevant issue on libxdo breaking changes](https://github.com/jordansissel/xdotool/issues/387) Edit: I haven't heard anything from the xdotool author about this and am worried this kind of stuff will repeat. So I'm now simply...

definitely something else. The linked PR fixes some very exotic error around invisible windows, but this very issue is about the incompatibility with xdotool version 2021 and beyond in general....

Hi @federico-terzi, I've been building [AHK_X11](https://github.com/phil294/AHK_X11) and happen to have the same requirement as espanso. First off, I've been using your code then and again as reference for building it,...