diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-02-01 23:11:43 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-02-01 23:11:43 -0800 |
commit | 7cc656c331dd88388480cd3202b51d0a16ba7841 (patch) | |
tree | a0124c4f4e542894f21b98ecd2b1ee30de21973e /news | |
parent | d02166ad4b487755e345229b8421fdfd6f0c60ab (diff) |
feat: Add the other google email; refactor code
Diffstat (limited to 'news')
-rwxr-xr-x | news | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -2,7 +2,15 @@ daily () { # 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 https://en.wikipedia.org/wiki/Portal:Current_events + o "$BROWSER" \ + https://github.com/notifications \ + 'https://mail.google.com/mail/u/0/#inbox' \ + 'https://mail.google.com/mail/u/0/#spam' \ + 'https://mail.google.com/mail/u/1/#inbox' \ + 'https://mail.google.com/mail/u/1/#spam' \ + https://mail.yahoo.com \ + https://mail.yahoo.com/d/folders/6 \ + https://en.wikipedia.org/wiki/Portal:Current_events # alacritty --hold must be before -e # full window: -w156, am and pm in one line: -w114 o alacritty --hold -e rem -cu+2 -@ -w114 |