From bee6599cc8d0c66bb4e6ed0670d30edc5066805e Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 9 Jun 2024 15:38:22 +0300 Subject: Added comment regarding steam id's Changes to be committed: modified: htop/htoprc modified: zsh/env --- htop/htoprc | 6 +++--- zsh/env | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/htop/htoprc b/htop/htoprc index e7e509c..7e2e08f 100644 --- a/htop/htoprc +++ b/htop/htoprc @@ -29,7 +29,7 @@ show_cpu_temperature=1 degree_fahrenheit=0 update_process_names=1 account_guest_in_cpu_meter=1 -color_scheme=3 +color_scheme=1 enable_mouse=1 delay=15 hide_function_bar=1 @@ -38,7 +38,7 @@ column_meters_0=LeftCPUs2 Blank Memory Blank NetworkIO DiskIO column_meter_modes_0=1 2 1 2 2 2 column_meters_1=RightCPUs2 Blank Tasks Battery LoadAverage Uptime column_meter_modes_1=1 2 2 2 2 2 -tree_view=1 +tree_view=0 sort_key=46 tree_sort_key=46 sort_direction=-1 @@ -49,7 +49,7 @@ screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU P .sort_key=PERCENT_CPU .tree_sort_key=PERCENT_CPU .tree_view_always_by_pid=0 -.tree_view=1 +.tree_view=0 .sort_direction=-1 .tree_sort_direction=-1 .all_branches_collapsed=0 diff --git a/zsh/env b/zsh/env index 9e8eb4d..1366c6a 100644 --- a/zsh/env +++ b/zsh/env @@ -22,6 +22,9 @@ export GPG_TTY=$(tty) export DOTNET_ROOT=/home/alphara/dev/dotnet export DOTNET_CLI_TELEMETRY_OPTOUT=1 +### go stuff ### +export GOPATH=$HOME/go + ### dbus stuff ### export NO_AT_BRIDGE=1 @@ -41,6 +44,8 @@ export XDG_CONFIG_HOME=/home/alphara/.config ### steam ### export STEAM_COMPAT_DATA_PATH=~/.local/share/Steam/steamapps/compatdata +### /compatdata/ is the folder where the games are installed +### make sure to use /compatdata/{gameid}/pfx/ for wine games export STEAM_COMPAT_CLIENT_INSTALL_PATH=~/.local/share/Steam/ ### gaming stuff ### -- cgit v1.2.3