From f7cbcb047e1cdeb513fd4e41cbbdfac51e599323 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 14 Mar 2025 01:30:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-14 01:30:06 --- .config/niri/config.kdl##hostname.dbox | 3 +++ .notmuch-config | 5 +++-- .notmuch/hooks/post-new | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.config/niri/config.kdl##hostname.dbox b/.config/niri/config.kdl##hostname.dbox index a5fc81ea..f59f9641 100644 --- a/.config/niri/config.kdl##hostname.dbox +++ b/.config/niri/config.kdl##hostname.dbox @@ -731,6 +731,9 @@ binds { Mod+semicolon { spawn "~/scripts/foot-command.py" } + Mod+P { + spawn "clipcat-menu" + } // Applications such as remote-desktop clients and software KVM switches may // request that niri stops processing the keyboard shortcuts defined here // so they may, for example, forward the key presses as-is to a remote machine. diff --git a/.notmuch-config b/.notmuch-config index 3f85c85c..f0f89fc6 100644 --- a/.notmuch-config +++ b/.notmuch-config @@ -8,8 +8,9 @@ primary_email=daniel@ficd.ca other_email=18daf3@queensu.ca; fichtinger.d@queensu.ca [new] -tags=unread;inbox;sent; -ignore= +tags=new;inbox;unread; +# tags=unread;inbox;sent; +# ignore= [search] exclude_tags=deleted;spam; diff --git a/.notmuch/hooks/post-new b/.notmuch/hooks/post-new index 592e8b4d..01240373 100755 --- a/.notmuch/hooks/post-new +++ b/.notmuch/hooks/post-new @@ -1,5 +1,6 @@ #!/bin/sh notmuch tag +school -new -- "path:school/**" +notmuch tag -inbox -new +sent from:daniel@ficd.ca or from:fichtinger.d@queensu.ca or from:18daf3@queensu.ca or from:ficcdaf@proton.me # notmuch tag +inbox -new -- "path:*/INBOX/*" notmuch tag +personal -new -- "path:personal/**"