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/ &