Niklas Haas

Results 362 comments of Niklas Haas

The error appears to be in `parseWindowVectorArgsRelative`, which splits its arguments by looking for the first instance of `' '` and then taking the left and right of that, respectively,...

> can't you just do `windowrulev2 = [rule], onworkspace:1, floating:0`? Consider the situation of there being one non-floating and one floating window on the same workspace. Your condition would be...

> I'd rather expand the onworkspace to support `tiled` and `floating`. Do we have a precedent for syntax? `onworkspace.tiled:1`, `onworkspace:tiled:1`?

Also, for some reason, `ideviceinfo --debug` does nothing - it does not produce any additional output.

Maybe relevant, but the above all happens if I plug in over USB 2.0. If I plug in over a USB 3.0 port, it somehow gets stuck after the first...

I tried plugging my phone directly to a USB-C port instead of using an adapter to USB 3.0 or USB 2.0, and this is what happened: (This time via `usbmuxd.service`)...

It gets from bad to worse. After running the "Reset Location & Privacy Settings" option on the iPhone, in a vain attempt to get it to "forget" my PC and...

Update with some good news: I plugged the phone into my laptop instead of my desktop PC and everything works perfectly as expected. I immediately was able to trust the...

Turns out you can already do this manually: ``` "cpu": { // "format": "\uF201 {usage}%", "format-critical": "\uF201 {usage}%", "format-high": "\uF201 {usage}%", "format-medium": "\uF201 {usage}%", "format-low": "\uF201 {usage}%", "tooltip": false, "interval":...

Should be pretty straighforward, but I still need to test it; will update when I manage to get Waybar compiled