2e3s
2e3s
There is an issue for this: https://github.com/99xt/dynamodb-localhost/issues/22
I made a similar [feature](https://github.com/2e3s/awatcher#filters) in Linux Idle&Window watcher, but with regexp replacements. Given so many various watchers for ActivityWatch, it seems that the general rule may better be to...
> all watchers could get support for filtering without having to modify all of them to support this feature Don't all watchers use their own keys? I clicked a couple...
Telegram has a window title. This problem comes from XWayland which doesn't identify all apps under KDE. KWin knows their titles but it doesn't communicate names by XWayland implementation. E.g....
Did you try running this as root? You might use setuid `sudo chmod u+s script.py` to use with aw-qt. Generally speaking, Wayland is more secure than X11 and it doesn't...
`aw-watcher-window-wayland` would need to be mostly rewritten for that, because KDE solution would need a completely separate KWin + DBus handler, also it uses an outdated Wayland crate with a...
@cjc7373 not really, my code is not based on this repository at all, so there is nothing to merge. Also this is "aw-watcher-window-**wayland**" while I intended to cover all Linux...
I recommend that you implement this instead of kwin-idle https://wayland.app/protocols/ext-idle-notify-v1 You could copy from https://github.com/2e3s/awatcher/blob/main/watchers/src/watchers/wl_ext_idle_notify.rs
Hello! `aw-qt` is the original distribution of ActivityWatch ([repo](https://github.com/ActivityWatch/aw-qt)). `awatcher` can work with it as its module (`aw-awatcher` binary), but I don't have enough information to understand your setup and...
Hello! Maybe try to run this manually with logging `awatcher -vvv` and see if it eventually fails as well? Hunting for logs from `exec-once` may be unnecessarily challenging. If it...