mirror of
https://github.com/DazAh/dotfiles
synced 2026-05-21 18:25:46 +01:00
Update ssh config hosts
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
# check the local terminfo database and use 'alacritty' if it is
|
# check the local terminfo database and use 'alacritty' if it is
|
||||||
# available, otherwise 'xterm-256color' is used.
|
# available, otherwise 'xterm-256color' is used.
|
||||||
#
|
#
|
||||||
#TERM: xterm-256color
|
TERM: xterm-256color
|
||||||
|
|
||||||
window:
|
window:
|
||||||
# Window dimensions (changes require restart)
|
# Window dimensions (changes require restart)
|
||||||
@@ -54,7 +54,7 @@ scrolling:
|
|||||||
# to allow mouse scrolling for applications like `man`.
|
# to allow mouse scrolling for applications like `man`.
|
||||||
#
|
#
|
||||||
# Specifying `0` will disable faux scrolling.
|
# Specifying `0` will disable faux scrolling.
|
||||||
faux_multiplier: 3
|
#faux_multiplier: 3
|
||||||
|
|
||||||
# Scroll to the bottom when new text is written to the terminal.
|
# Scroll to the bottom when new text is written to the terminal.
|
||||||
auto_scroll: false
|
auto_scroll: false
|
||||||
@@ -232,7 +232,7 @@ visual_bell:
|
|||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# 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.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
background_opacity: 1.0
|
background_opacity: 0.7
|
||||||
|
|
||||||
# Mouse bindings
|
# Mouse bindings
|
||||||
#
|
#
|
||||||
|
|||||||
+18
-18
@@ -6,6 +6,7 @@ rate "196608"
|
|||||||
cl_cmdrate "128"
|
cl_cmdrate "128"
|
||||||
cl_updaterate "128"
|
cl_updaterate "128"
|
||||||
cl_interp "0.0"
|
cl_interp "0.0"
|
||||||
|
cl_interpolate 1
|
||||||
cl_interp_ratio "1"
|
cl_interp_ratio "1"
|
||||||
cl_lagcompensation "1"
|
cl_lagcompensation "1"
|
||||||
|
|
||||||
@@ -93,16 +94,16 @@ cl_radar_square_with_scoreboard "0"
|
|||||||
// Reposition gun model to mimic 1.6
|
// Reposition gun model to mimic 1.6
|
||||||
viewmodel_presetpos "0"
|
viewmodel_presetpos "0"
|
||||||
viewmodel_fov "68"
|
viewmodel_fov "68"
|
||||||
|
viewmodel_recoil "0"
|
||||||
viewmodel_offset_x "2"
|
viewmodel_offset_x "1"
|
||||||
viewmodel_offset_y "2"
|
viewmodel_offset_y "2"
|
||||||
viewmodel_offset_z "-2"
|
viewmodel_offset_z "-1.500000"
|
||||||
|
|
||||||
// Reduce gun shifting when crouching
|
// Reduce gun shifting when crouching
|
||||||
cl_viewmodel_shift_left_amt "0.5"
|
cl_viewmodel_shift_left_amt "0.5"
|
||||||
cl_viewmodel_shift_right_amt "0.5"
|
cl_viewmodel_shift_right_amt "0.5"
|
||||||
// Reduce gun and scope shifting/bobbing when moving
|
// 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_bob_lower_amt "5"
|
||||||
cl_bobamt_lat "0.1"
|
cl_bobamt_lat "0.1"
|
||||||
cl_bobamt_vert "0.1"
|
cl_bobamt_vert "0.1"
|
||||||
@@ -110,20 +111,19 @@ cl_bobamt_vert "0.1"
|
|||||||
echo "HUD Settings loaded"
|
echo "HUD Settings loaded"
|
||||||
|
|
||||||
// Crosshair
|
// Crosshair
|
||||||
cl_crosshairalpha "200"
|
cl_crosshairalpha 255
|
||||||
cl_crosshaircolor "2"
|
cl_crosshaircolor 5
|
||||||
cl_crosshaircolor_b "50"
|
cl_crosshaircolor_b 200
|
||||||
cl_crosshaircolor_r "50"
|
cl_crosshaircolor_g 255
|
||||||
cl_crosshaircolor_g "250"
|
cl_crosshaircolor_r 255
|
||||||
cl_crosshairdot "1"
|
cl_crosshairdot 0
|
||||||
cl_crosshairgap "-4"
|
cl_crosshairgap -3
|
||||||
cl_crosshairsize "2"
|
cl_crosshairsize 1.5
|
||||||
cl_crosshairstyle "4"
|
cl_crosshairstyle 4
|
||||||
cl_crosshairusealpha "1"
|
cl_crosshairthickness 0
|
||||||
cl_crosshairthickness "1"
|
cl_crosshair_drawoutline 1
|
||||||
cl_fixedcrosshairgap "-1"
|
cl_crosshair_outlinethickness 0.5
|
||||||
cl_crosshair_outlinethickness "1"
|
cl_crosshair_sniper_width 2
|
||||||
cl_crosshair_drawoutline "1"
|
|
||||||
|
|
||||||
// Debug accuracy (sv_cheats)
|
// Debug accuracy (sv_cheats)
|
||||||
weapon_debug_spread_show "0" // show possible shot accuracy
|
weapon_debug_spread_show "0" // show possible shot accuracy
|
||||||
|
|||||||
@@ -2,3 +2,7 @@ Host paul
|
|||||||
HostName {{ .paulhostname }}
|
HostName {{ .paulhostname }}
|
||||||
User paul
|
User paul
|
||||||
Port 22
|
Port 22
|
||||||
|
Host vault
|
||||||
|
Hostname {{ .bw_vault }}
|
||||||
|
User darren
|
||||||
|
Port 22
|
||||||
|
|||||||
Reference in New Issue
Block a user