diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-06-09 15:38:22 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-06-09 15:38:22 +0300 |
commit | bee6599cc8d0c66bb4e6ed0670d30edc5066805e (patch) | |
tree | 7ea774981389b653d5dd8e424d0e289d2cf4a9b4 | |
parent | 6f5687ee9c3f9585db82b88c7b5efc11bfb8779e (diff) |
Added comment regarding steam id's
Changes to be committed:
modified: htop/htoprc
modified: zsh/env
-rw-r--r-- | htop/htoprc | 6 | ||||
-rw-r--r-- | 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 @@ -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 ### |