René D. Obermüller

Results 24 issues of René D. Obermüller

A more sophisticated implementation for issue 1399, following the suggestions from https://github.com/Alexays/Waybar/issues/1399#issuecomment-1024913010 - Might break existing styles, but only if people relied on floating nodes being counted (introduced in commit...

I got a growing number of sessions for testing different configs, different compositors, WMs, etc. As far as I can tell, there's no sorting, or at least I can't recognise...

This is a workaround for #3366 . Using gdb, I can see that `handle_app_id` can sometimes run when `tbar_->icon_themes()` has 0 elements. This happens in multi output settings and can...

Related to issue #3284. Not closing from here, as there might be further problems. Since PR #1977, *both* AModule and wlr/taskbar are handling on-click, on-click-right, on-click-middle. Since wlr/taskbar has internal...

Closes #3363 Closes #3375 Closes #2357 EDIT: includes former PR #3458 - Adds tooltip-with-markup config option to AModule (default true). Modules can use this through the method tooltipMarkupEnabled(), but don't...

There's inline css, if it grows any larger, consider placing it in an external file and read with `include_str!` std macro. Nothing wrong with inline stuff, but if it grows...

enhancement

With helper elements I mean anything that isn't actually drawn, e.g. - the blur rectangle - the recently added rectangle and center indicators for the ellipse tool As they are...

enhancement

Not sure about the exact minimal repro, but when combining undo/redo and text tool, it looks like the stack doesn't contain all actions. This can make upcoming PR #180 a...

Consider the following justfile: ``` default: backup backup: clean (_backup "Notes") (_backup "Quicknotes3") (_backup "Orga") (_backup "Cheatsheets") && git-commit _backup directory: mkdir -p {{directory}} (cd ../{{directory}} && tar -cf -...