major fix proton files, gamemoderun in proton, optimized libs

This commit is contained in:
Castro-Fidel
2020-06-02 16:17:11 +03:00
parent 2a971a4182
commit e1929234f9
6 changed files with 91 additions and 70 deletions

View File

@ -4,8 +4,8 @@
START_PORTWINE
if [ ! -z ${optirun_on} ]
then
${optirun_on} "${PROTONRUN}" "run" "cmd" >&2
"/usr/bin/xterm" -e '"${optirun_on}" "${PROTONRUN}" "run" "cmd"'
else
"${PROTONRUN}" "run" "cmd" >&2
"/usr/bin/xterm" -e '"${PROTONRUN}" "run" "cmd"'
fi
STOP_PORTWINE