Rules for silencing or ignoring applications.#14
Rules for silencing or ignoring applications.#14zombietype wants to merge 1 commit intocodelif:mainfrom
Conversation
Added simple regex based rules to perform following actions: 1. *Silence* Do not play audio on notification 2. *Ignore* Ignore the notification
|
This is in a very initial proof-of-concept stage. |
|
Looks good. This feature sounds cool! We could also implement the Also, I don't understand the nix thingy (never used it). NixOS package was published by @Bloeckchengrafik and he has been very patient with my ignorance on the topic (i swear I'll use it one day!) |
|
Heyo! I've tried out the nix flake, but I get the following error. I know too little about go with nixos to fix this. Do you have an idea @kidrigger ? |
That's a good idea. I was just trying to get the notification to stop interrupting spotify right now. I didn't have the time to check the dbus docs.
Obligatory: "I use NixOS btw". Since you seem okay with this, I will try to get the flake committed in a separate PR first and then rebase this over. |
Nix doesn't have
I don't want to add my devShell flake so I'll wait until I can write a complete flake. For now, I'll remove it. Meanwhile, do you know how to fix this? I'm trying to do an override in my nix config to use my fork but I have this issue. |
Added simple regex based rules to perform following actions: