From 645463dbfbbbeb358b42ac877744ac161843c6ac Mon Sep 17 00:00:00 2001 From: garhve Date: Wed, 18 Sep 2024 20:35:11 +0800 Subject: script to run steam with proxy on in tmux in hyprland WM, this could be extended to wider use --- run_steam.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 run_steam.sh (limited to 'run_steam.sh') diff --git a/run_steam.sh b/run_steam.sh new file mode 100755 index 0000000..74c0578 --- /dev/null +++ b/run_steam.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env sh + +###################################################################### +# @author : pico (pico@$HOSTNAME) +# @file : run_steam +# @created : Wednesday Sep 18, 2024 19:54:11 CST +# +# @description : +###################################################################### + +addr="127.0.0.1:7897" +pro="export http_proxy=$addr && export https_proxy=$addr" +tmux new-session -d -s steam '$pro && $(steam)' -- cgit v1.2.3-70-g09d2