added steam chat script
This commit is contained in:
parent
5334753b69
commit
d24aa0c1d5
@ -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
|
||||
|
Can't render this file because it contains an unexpected character in line 4 and column 35.
|
4
.local/share/scripts/steam-chat.sh
Executable file
4
.local/share/scripts/steam-chat.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
surf -L https://steamcommunity.com/chat/ &
|
||||
|
Loading…
Reference in New Issue
Block a user