diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-22 12:50:38 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-22 12:50:38 -0700 |
commit | 2bc3120aa0649410c5b3b573744e0e7a789ef02c (patch) | |
tree | dd4a8098a85cb9f3a5d36801dcc6e52cd3ca4ae4 /home/xyz/.local | |
parent | 9c6f044ef46156841c187eab9e1578f0fd407c23 (diff) |
telegram used to start after weechat start, so gpg agent is start before telegram, and input field of agent is steal by telegram which is not what I want
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/news | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.local/bin/news b/home/xyz/.local/bin/news index 50a40fe1..5c7f20ad 100755 --- a/home/xyz/.local/bin/news +++ b/home/xyz/.local/bin/news @@ -1,6 +1,7 @@ #!/bin/sh daily () { + o telegram-desktop # maybe add: https://discord.com/channels/@me # 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://kyun.host/ 'https://act.hoyolab.com/ys/event/signin-sea-v3/index.html?act_id=e202102251931481' 'https://store.steampowered.com/app/1948800/_/' @@ -9,9 +10,8 @@ daily () { o alacritty --hold -e rem -cu+2 -@ -w114 o alacritty --hold -e wtr o alacritty -e newsboat - o alacritty -e weechat - o telegram-desktop o alacritty --hold -e rate + o alacritty -e weechat } monthly () { |