Also notify ignore slides
This commit is contained in:
parent
f983c1e205
commit
e1f16b56b0
@ -46,7 +46,23 @@ notify() {
|
|||||||
# Send a desktop notification when long running commands complete.
|
# Send a desktop notification when long running commands complete.
|
||||||
notify_command_threshold=60
|
notify_command_threshold=60
|
||||||
notify_ignore_list=(
|
notify_ignore_list=(
|
||||||
btop cmatrix gh git glab htop man nvim ping ssh sudo sudoedit tmux top vi vim
|
btop
|
||||||
|
cmatrix
|
||||||
|
gh
|
||||||
|
git
|
||||||
|
glab
|
||||||
|
htop
|
||||||
|
man
|
||||||
|
nvim
|
||||||
|
ping
|
||||||
|
slides
|
||||||
|
ssh
|
||||||
|
sudo
|
||||||
|
sudoedit
|
||||||
|
tmux
|
||||||
|
top
|
||||||
|
vi
|
||||||
|
vim
|
||||||
)
|
)
|
||||||
|
|
||||||
notify-ignore() {
|
notify-ignore() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user