AutoYADM commit: 2025-03-14 01:30:06
This commit is contained in:
parent
af8d6ce122
commit
f7cbcb047e
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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/**"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue