From d24aa0c1d56f5f6cc044f9d31dd6433bf3cfe21f Mon Sep 17 00:00:00 2001 From: Niklas Date: Sun, 5 Jul 2020 16:25:54 +0200 Subject: [PATCH] added steam chat script --- .config/rofi/cmd.csv | 2 ++ .local/share/scripts/steam-chat.sh | 4 ++++ 2 files changed, 6 insertions(+) create mode 100755 .local/share/scripts/steam-chat.sh diff --git a/.config/rofi/cmd.csv b/.config/rofi/cmd.csv index eeb3cb2..b3d9d85 100644 --- a/.config/rofi/cmd.csv +++ b/.config/rofi/cmd.csv @@ -2,3 +2,5 @@ Reddit wallpaper,$HOME/.local/share/scripts/set-reddit-bg.sh Random wallpaper,$HOME/.local/share/scripts/random-bg.sh Select wallpaper,$HOME/.local/share/scripts/select-bg.sh Install Package,alacritty --class "floatme" -e "$XDG_DATA_HOME/scripts/pacman-install.sh" +Take screenshot,$XDG_DATA_HOME/scripts/take-selected-screenshot.sh +Steam chat,$XDG_DATA_HOME/scripts/steam-chat.sh diff --git a/.local/share/scripts/steam-chat.sh b/.local/share/scripts/steam-chat.sh new file mode 100755 index 0000000..130fa3b --- /dev/null +++ b/.local/share/scripts/steam-chat.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +surf -L https://steamcommunity.com/chat/ & +