Jens Peters
Jens Peters
I've combined the keybinds with a script that writes the current workspace into file and let waybar read it to show it as a number. It is not flawless but...
The same issue can be observed using Jetbrains IDE's (CLion, Rider or IntelliJ), though only when their "New UI" is enabled. When the old UI is still enabled, the IDE's...
Yeah, this sounds sensible, but I haven't actually looked at how straight-forward this is. It _looks_ just as doable as @ Consolatis describes. Personally I'm very happy with the mouse...
@rhyses-pieces Does [this PR](https://github.com/labwc/labwc/pull/1678) improves your Krita experience?
Thanks for the feedback. I'm using a Wacom Intuos M. I've installed Krita from flathub now. I'm seeing a a lot of things that are not correct, like focus, cursor...
Just a shot in the dark, what happens with this change: ```diff diff --git a/src/input/tablet.c b/src/input/tablet.c index ac853b1..b1d183c 100644 --- a/src/input/tablet.c +++ b/src/input/tablet.c @@ -150,7 +150,7 @@ handle_proximity(struct wl_listener *listener,...
> I had it compiled with debug symbols, but how do I run from `gdb`? Do I put in `gdb labwc`? Yes, `gdb labwc`, then `c` (continue) and once it...
Thanks for the detailed info. Looks like I don't fully got yet how the tablet and tablet_tool relation (and likely more stuff) is supposed to work, but somehow didn't hit...
I've already added few obvious checks (and also lots of debug statements). Did something changes wrt crashes?
I did another change that should fix the cursor name fallback if the "Pencil" cursor didn't exist in the current theme. That part needs to be reworked anyway, but at...