Standard escape codes are prefixed with Escape
:
- Ctrl-Key:
^[
- Octal:
\033
- Unicode:
\u001b
- Hexadecimal:
\x1B
- Decimal:
27
{ | |
"name": "Airradda Black", | |
"is_dark": true, | |
"colors": { | |
"accent-color": "#a70000", | |
"primary-color": "#a70000", | |
"warning-color": "#a70000", | |
"sidebar-color": "#000000", | |
"roomlist-background-color": "#000000", | |
"roomlist-text-color": "#a70000", |
if [[ $# -lt 1 ]]; then | |
echo "Usage: winecfg.sh <appid>" | |
exit | |
fi | |
if !([[ -d "/vol/data/SteamLibrary/steamapps/compatdata/$1/pfx/" ]]); then | |
echo "PFX dir for the given app id does not exist" | |
exit | |
fi |
You will need Protontricks [https://github.com/Matoking/protontricks] or know how to access the Proton WineCFG for a specific Steam game. | |
ProtonTricks Instructions: | |
1. Open terminal and type protontricks --gui | |
2. Select the Risk of Rain 2 option [https://i.imgur.com/0BgCjaf.png] and click Ok | |
Afterwards: | |
1. Proceed to the Winetricks menu and select the Select default wineprefix option [https://i.imgur.com/BDCznr8.png] and click Ok | |
2. Select Run winecfg [https://i.imgur.com/CPdJMA1.png] and click `Ok` | |
3. Select Libraries tab | |
4. Open the New override for library drop [https://i.imgur.com/T7maGOE.png], select winhttp, click Add, Apply, and finally click Ok |