paulhersch
paulhersch
I think a rotary encoder would be best at the main thumb key, as it allows to scroll through text, e.g. if you use vim and want to get to...
from the source it seems like awful.titlebar doesn't use `:` for `get_children_by_id` but instead `.`. For reference: lib/awful/titlebar.lua:807
> After many months of struggle I finally discovered that this effect is caused by the `--experimental-backends` flag when running Picom. have you been using the normal picom version?
> I've now switched to another fork. understandable in your case. I dont use rounded corners and basically jumped from vanilla picom-git to this one for the transitions. I hope...
this would break the current API with match, as you need to return the match score so that a user can sort according to that. (api doc: https://fzf.netlify.app/docs/latest#api-fzf-find-query). I would...
https://github.com/Aylur/ags/assets/74120050/c19ed421-9030-4c6c-a891-b0f18850450e gory test with [fzy](https://github.com/jhawthorn/fzy.js) because i could just clone the repo for simplicity if an apps description is included there are sometimes weird matches, that don't make sense to...
> 2. if you want to resolve a notification use [dismiss](https://aylur.github.io/libastal/notifd/method.Notification.dismiss.html) regarding the terminology: as far as i understood, dismiss implies, that a user actively wanted the notification gone, so...
> Regardless of reason if a notification is resolved it ceases to exist and is removed from the `notifications` list and you should no longer try to access that notification....
This might be caused/correlated by/to the behaviour of Gdk.Display, as it can return null for the primary Monitor if no Monitors are connected to the display, so this might be...