From 6d79d6077d305acd8093cc1f1de7f5b6bd626414 Mon Sep 17 00:00:00 2001 From: DazAh <9095216+DazAh@users.noreply.github.com> Date: Mon, 9 Mar 2020 21:15:19 +0000 Subject: [PATCH] Update ssh config hosts --- private_dot_config/alacritty/alacritty.yml | 6 ++-- .../730/local/cfg/executable_autoexec.cfg | 36 +++++++++---------- private_dot_ssh/config.tmpl | 4 +++ 3 files changed, 25 insertions(+), 21 deletions(-) diff --git a/private_dot_config/alacritty/alacritty.yml b/private_dot_config/alacritty/alacritty.yml index fddac49..bd3585d 100644 --- a/private_dot_config/alacritty/alacritty.yml +++ b/private_dot_config/alacritty/alacritty.yml @@ -12,7 +12,7 @@ # check the local terminfo database and use 'alacritty' if it is # available, otherwise 'xterm-256color' is used. # - #TERM: xterm-256color +TERM: xterm-256color window: # Window dimensions (changes require restart) @@ -54,7 +54,7 @@ scrolling: # to allow mouse scrolling for applications like `man`. # # Specifying `0` will disable faux scrolling. - faux_multiplier: 3 + #faux_multiplier: 3 # Scroll to the bottom when new text is written to the terminal. auto_scroll: false @@ -232,7 +232,7 @@ visual_bell: # # Window opacity as a floating point number from `0.0` to `1.0`. # The value `0.0` is completely transparent and `1.0` is opaque. -background_opacity: 1.0 +background_opacity: 0.7 # Mouse bindings # diff --git a/private_dot_local/share/private_Steam/userdata/97325688/730/local/cfg/executable_autoexec.cfg b/private_dot_local/share/private_Steam/userdata/97325688/730/local/cfg/executable_autoexec.cfg index adf118d..5792b5a 100644 --- a/private_dot_local/share/private_Steam/userdata/97325688/730/local/cfg/executable_autoexec.cfg +++ b/private_dot_local/share/private_Steam/userdata/97325688/730/local/cfg/executable_autoexec.cfg @@ -6,6 +6,7 @@ rate "196608" cl_cmdrate "128" cl_updaterate "128" cl_interp "0.0" +cl_interpolate 1 cl_interp_ratio "1" cl_lagcompensation "1" @@ -93,16 +94,16 @@ cl_radar_square_with_scoreboard "0" // Reposition gun model to mimic 1.6 viewmodel_presetpos "0" viewmodel_fov "68" - -viewmodel_offset_x "2" +viewmodel_recoil "0" +viewmodel_offset_x "1" viewmodel_offset_y "2" -viewmodel_offset_z "-2" +viewmodel_offset_z "-1.500000" // Reduce gun shifting when crouching cl_viewmodel_shift_left_amt "0.5" cl_viewmodel_shift_right_amt "0.5" // Reduce gun and scope shifting/bobbing when moving -cl_bobcycle "2" // 0.98 is enforced by ESEA/ESL +cl_bobcycle "0.98" // 0.98 is enforced by ESEA/ESL cl_bob_lower_amt "5" cl_bobamt_lat "0.1" cl_bobamt_vert "0.1" @@ -110,20 +111,19 @@ cl_bobamt_vert "0.1" echo "HUD Settings loaded" // Crosshair -cl_crosshairalpha "200" -cl_crosshaircolor "2" -cl_crosshaircolor_b "50" -cl_crosshaircolor_r "50" -cl_crosshaircolor_g "250" -cl_crosshairdot "1" -cl_crosshairgap "-4" -cl_crosshairsize "2" -cl_crosshairstyle "4" -cl_crosshairusealpha "1" -cl_crosshairthickness "1" -cl_fixedcrosshairgap "-1" -cl_crosshair_outlinethickness "1" -cl_crosshair_drawoutline "1" +cl_crosshairalpha 255 +cl_crosshaircolor 5 +cl_crosshaircolor_b 200 +cl_crosshaircolor_g 255 +cl_crosshaircolor_r 255 +cl_crosshairdot 0 +cl_crosshairgap -3 +cl_crosshairsize 1.5 +cl_crosshairstyle 4 +cl_crosshairthickness 0 +cl_crosshair_drawoutline 1 +cl_crosshair_outlinethickness 0.5 +cl_crosshair_sniper_width 2 // Debug accuracy (sv_cheats) weapon_debug_spread_show "0" // show possible shot accuracy diff --git a/private_dot_ssh/config.tmpl b/private_dot_ssh/config.tmpl index b125972..59b3d05 100644 --- a/private_dot_ssh/config.tmpl +++ b/private_dot_ssh/config.tmpl @@ -2,3 +2,7 @@ Host paul HostName {{ .paulhostname }} User paul Port 22 +Host vault + Hostname {{ .bw_vault }} + User darren + Port 22