Florian Bruhin
Florian Bruhin
There could be `tags.N.clients` in the object tree so one could easily get all clients on a tag.
Compile herbstclient as a library and add python bindings. WIP - not sure what the state here was at all: - http://git.the-compiler.org/herbstluftwm/log/?h=hclib - http://git.the-compiler.org/herbstluftwm/log/?h=lib - http://git.the-compiler.org/herbstclient-python/ Open questions: - Should...
Just some minor stuff I noticed on GitHub:  (when hovering issues)           I tried to fix the "watching" and emoji...
Can we do something with stylus to make certain rules appear in the site-specific files only? For example, for LWN I'd like to fix those:   However, that involves...

 It's a MediaWiki, but it looks like it uses a different side-menu.
Moodle
 (I hope you don't mind me dumping stuff I notice here 😆 Planning to contribute a bit after my exams are done, if I'm still using this by then...
According to the [spec](https://specifications.freedesktop.org/notification-spec/latest/ar01s09.html): > If `replaces_id` is not 0, the returned value is the same value as `replaces_id`. However, `linux_notification_center` assigns a new ID even when replacing a notification....
linux_notification_center (the 1.7.2 release binary) seems to advertise support for the 1.0 spec only: ``` $ dbus-send --session --print-reply --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.GetServerInformation method return time=1616873197.040897 sender=:1.60612 -> destination=:1.60632 serial=46 reply_serial=2...
When the `markup` capability is advertised, applications escape `` and `&` in the data they send - see the [notification spec](https://specifications.freedesktop.org/notification-spec/latest/ar01s04.html) and [Ubuntu guidelines](https://wiki.ubuntu.com/NotificationDevelopmentGuidelines#If_a_notification_uses_a_.2BIBw.3C.2BIB0_or_.2BIBw.26.2BIB0_character.2C_and_it_has_missing_or_wrong_text) for details. However, with linux_notification_center (the...