From d5238c1d1df56033e8a38b8fedd5c46eb1072112 Mon Sep 17 00:00:00 2001 From: Niklas Date: Sun, 5 Jul 2020 20:54:50 +0200 Subject: [PATCH] added more chats --- .local/share/scripts/steam-chat.sh | 2 +- .local/share/scripts/telegram.sh | 4 ++++ .local/share/scripts/whatsapp.sh | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100755 .local/share/scripts/telegram.sh create mode 100755 .local/share/scripts/whatsapp.sh diff --git a/.local/share/scripts/steam-chat.sh b/.local/share/scripts/steam-chat.sh index 130fa3b..8fb5b75 100755 --- a/.local/share/scripts/steam-chat.sh +++ b/.local/share/scripts/steam-chat.sh @@ -1,4 +1,4 @@ #!/usr/bin/env sh -surf -L https://steamcommunity.com/chat/ & +surf -L -c "$XDG_CACHE_HOME/steam-chat.txt" https://steamcommunity.com/chat/ & diff --git a/.local/share/scripts/telegram.sh b/.local/share/scripts/telegram.sh new file mode 100755 index 0000000..6b60c80 --- /dev/null +++ b/.local/share/scripts/telegram.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +surf -L -c "$XDG_CACHE_HOME/telegram.txt" https://web.telegram.org/ & + diff --git a/.local/share/scripts/whatsapp.sh b/.local/share/scripts/whatsapp.sh new file mode 100755 index 0000000..d4e477f --- /dev/null +++ b/.local/share/scripts/whatsapp.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +surf -L -c "$XDG_CACHE_HOME/whatsapp.txt" https://web.whatsapp.com/ &