LinuxCommandLibrary

protontricks

A simple wrapper that does winetricks things for Proton enabled games, requires Winetricks.

TLDR

Run the protontricks GUI

$ protontricks --gui
copy


Run Winetricks for a specific game
$ protontricks [appid] [winetricks_args]
copy


Run a command within a game's installation directory
$ protontricks -c [command] [appid]
copy


[l]ist all installed games
$ protontricks -l
copy


[s]earch for a game's App ID by name
$ protontricks -s [game_name]
copy


Show the protontricks help message
$ protontricks --help
copy

Copied to clipboard