diff options
-rwxr-xr-x | home/xyz/.local/bin/news | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/news b/home/xyz/.local/bin/news index 82c47f34..891bf2da 100755 --- a/home/xyz/.local/bin/news +++ b/home/xyz/.local/bin/news @@ -2,7 +2,8 @@ daily () { # maybe add: https://discord.com/channels/@me - o "$BROWSER" https://github.com/notifications https://mail.google.com 'https://mail.google.com/mail/u/0/#spam' + # mail.yahoo.com/d/folders/6 is spam folder + o "$BROWSER" https://github.com/notifications https://mail.google.com 'https://mail.google.com/mail/u/0/#spam' https://mail.yahoo.com https://mail.yahoo.com/d/folders/6 # alacritty --hold must be before -e # full window: -w156, am and pm in one line: -w114 o alacritty --hold -e rem -cu+2 -@ -w114 |