AutoYADM commit: 2025-03-14 01:30:06

This commit is contained in:
Daniel Fichtinger 2025-03-14 01:30:06 -04:00
parent af8d6ce122
commit f7cbcb047e
3 changed files with 7 additions and 2 deletions

View file

@ -731,6 +731,9 @@ binds {
Mod+semicolon { Mod+semicolon {
spawn "~/scripts/foot-command.py" spawn "~/scripts/foot-command.py"
} }
Mod+P {
spawn "clipcat-menu"
}
// Applications such as remote-desktop clients and software KVM switches may // Applications such as remote-desktop clients and software KVM switches may
// request that niri stops processing the keyboard shortcuts defined here // 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. // so they may, for example, forward the key presses as-is to a remote machine.

View file

@ -8,8 +8,9 @@ primary_email=daniel@ficd.ca
other_email=18daf3@queensu.ca; fichtinger.d@queensu.ca other_email=18daf3@queensu.ca; fichtinger.d@queensu.ca
[new] [new]
tags=unread;inbox;sent; tags=new;inbox;unread;
ignore= # tags=unread;inbox;sent;
# ignore=
[search] [search]
exclude_tags=deleted;spam; exclude_tags=deleted;spam;

View file

@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
notmuch tag +school -new -- "path:school/**" 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 +inbox -new -- "path:*/INBOX/*"
notmuch tag +personal -new -- "path:personal/**" notmuch tag +personal -new -- "path:personal/**"