Skip to content

Instantly share code, notes, and snippets.

@trenton4k
trenton4k / STLsetDefault.sh
Created September 8, 2020 02:46 — forked from frostworx/STLsetDefault.sh
little script to set stl as default starter for every steam game. works with a copy of the steam config
#!/bin/bash
YOURID=0
SUD="$HOME/.steam/steam/userdata/"
LCVDFO="$SUD/$YOURID/config/localconfig.vdf"
LCVDF="/tmp/localconfig.vdf"
LOPT="\\\t\t\t\t\t\t\"LaunchOptions\" \"stl %command%\""
if [ -n "$1" ]; then