Skip to content

Commit

Permalink
Some
Browse files Browse the repository at this point in the history
  • Loading branch information
István Bozsó committed May 14, 2019
1 parent 2c77961 commit 454d565
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .textadept/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ textadept.run.build_commands["latex"] = "latexrun %p"

textadept.run.compile_commands["cpp"] = "ninja"
textadept.run.compile_commands["ansi_c"] = "ninja"
textadept.run.compile_commands["fortran"] = "ninja"
-- textadept.run.build_commands["cpp"] = "ninja"

buffer:set_theme('light', {font = 'Monospace', fontsize = 14})
17 changes: 17 additions & 0 deletions utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,23 @@ gm() {
esac
}

proton() {
check_narg $# 1

local p_sapps="/home/istvan/.steam/steam/steamapps"
local p_compat="$p_sapps/compatdata/aow"
local e_proton="$p_sapps/common/Proton 3.16/proton"
local p_freetype="/usr/lib/x86_64-linux-gnu/libfreetype.so.6"

# STEAM_COMPAT_DATA_PATH="/home/istvan/.proton/" python "$e_proton" run $1 LD_PRELOAD=$p_freetype
# PROTON_USE_WINED3D11=1 \
# PROTON_NO_ESYNC=1 \
STEAM_COMPAT_DATA_PATH=$p_compat \
DXVK_LOG_LEVEL=debug \
python "$e_proton" run $1

}

#function gs_radd {
#
# if [[ $# -ne 1 ]]; then
Expand Down

0 comments on commit 454d565

Please sign in to comment.