fixed some nvim errors, added env vars and did some small changes to autoexec, disabled automatic profiles for hyprsunset
This commit is contained in:
@@ -1,43 +0,0 @@
|
||||
max-gamma = 150
|
||||
|
||||
profile {
|
||||
time = 7:30
|
||||
identity = true
|
||||
gamma = 1
|
||||
}
|
||||
|
||||
profile {
|
||||
time = 18:00
|
||||
temperature = 5000
|
||||
gamma = 0.90
|
||||
}
|
||||
|
||||
profile {
|
||||
time = 19:00
|
||||
temperature = 4500
|
||||
gamma = 0.90
|
||||
}
|
||||
|
||||
profile {
|
||||
time = 20:00
|
||||
temperature = 4000
|
||||
gamma = 0.90
|
||||
}
|
||||
|
||||
profile {
|
||||
time = 21:00
|
||||
temperature = 3500
|
||||
gamma = 0.80
|
||||
}
|
||||
|
||||
profile {
|
||||
time = 22:00
|
||||
temperature = 3000
|
||||
gamma = 0.80
|
||||
}
|
||||
|
||||
profile {
|
||||
time = 23:00
|
||||
temperature = 2500
|
||||
gamma = 0.80
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
vim.opt_local.spell = true
|
||||
vim.opt_local.spelllang = { "en_us", "de_de", "fr_fr" }
|
||||
vim.opt_local.spelllang = { "en_gb", "de_de", "fr_fr" }
|
||||
vim.opt_local.wrap = true
|
||||
vim.opt_local.linebreak = true
|
||||
vim.opt_local.conceallevel = 2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
-- Spell-check (tweak languages to your needs)
|
||||
vim.opt_local.spell = true
|
||||
vim.opt_local.spelllang = { "en_us", "de_de" }
|
||||
vim.opt_local.spelllang = { "en_gb", "de_de", "fr_fr" }
|
||||
|
||||
-- Niceties for prose/math
|
||||
vim.opt_local.wrap = true
|
||||
|
||||
15
.config/nvim/lua/plugins/luasnip.lua
Normal file
15
.config/nvim/lua/plugins/luasnip.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
return {
|
||||
"L3MON4D3/LuaSnip",
|
||||
version = "v2.*",
|
||||
build = "make install_jsregexp",
|
||||
event = "InsertEnter",
|
||||
dependencies = {
|
||||
"rafamadriz/friendly-snippets",
|
||||
},
|
||||
config = function()
|
||||
local ls = require "luasnip"
|
||||
|
||||
-- optional, but nice:
|
||||
require("luasnip.loaders.from_vscode").lazy_load()
|
||||
end,
|
||||
}
|
||||
@@ -11,6 +11,72 @@ alias -radarsize "cl_hud_radar_scale 1.3"
|
||||
|
||||
alias trainserver "password linuxgaming; connect puchstein.lu:27065"
|
||||
|
||||
// Audio
|
||||
volume "0.55"
|
||||
snd_deathcamera_volume "0"
|
||||
snd_mapobjective_volume "0"
|
||||
snd_menumusic_volume "0"
|
||||
snd_mvp_volume "0"
|
||||
snd_roundend_volume "0"
|
||||
snd_roundstart_volume "0"
|
||||
snd_tensecondwarning_volume "0.04"
|
||||
|
||||
// HUD
|
||||
hud_scaling "0.8"
|
||||
hud_showtargetid 0
|
||||
cl_autohelp 0
|
||||
cl_hud_color 12
|
||||
cl_sanitize_player_names 0
|
||||
cl_showloadout 1
|
||||
gameinstructor_enable 0
|
||||
|
||||
//CROSSHAIR COMMANDS
|
||||
cl_crosshairstyle 4
|
||||
cl_crosshairsize 2.5
|
||||
cl_crosshairthickness 0.5
|
||||
cl_crosshairgap -3
|
||||
cl_crosshair_drawoutline 0
|
||||
cl_crosshairdot 0
|
||||
cl_crosshair_t 0
|
||||
cl_crosshairusealpha 0
|
||||
cl_crosshairalpha 255
|
||||
cl_crosshair_recoil 0
|
||||
cl_crosshairgap_useweaponvalue 0
|
||||
cl_crosshaircolor 5
|
||||
|
||||
//EXTRAS
|
||||
cl_crosshair_sniper_width 1
|
||||
cl_crosshair_friendly_warning 1
|
||||
|
||||
// Mouse
|
||||
sensitivity "0.619"
|
||||
zoom_sensitivity_ratio "1.0"
|
||||
|
||||
// Radar
|
||||
cl_hud_radar_scale "1.3"
|
||||
cl_radar_always_centered "1"
|
||||
cl_radar_icon_scale_min "0.4"
|
||||
cl_radar_rotate "1"
|
||||
cl_radar_scale "0.7"
|
||||
cl_radar_square_with_scoreboard "0"
|
||||
|
||||
// Video
|
||||
r_fullscreen_gamma "1.6"
|
||||
|
||||
// Viewmodel
|
||||
viewmodel_presetpos 0
|
||||
viewmodel_offset_x -2
|
||||
viewmodel_offset_y -2
|
||||
viewmodel_offset_z -2
|
||||
viewmodel_fov 54
|
||||
cl_prefer_lefthanded 0
|
||||
// Performance
|
||||
cl_disable_ragdolls "1"
|
||||
engine_low_latency_sleep_after_client_tick true
|
||||
r_show_build_info false
|
||||
fps_max 0
|
||||
fps_max_ui 0
|
||||
|
||||
//Binds
|
||||
|
||||
unbindall
|
||||
@@ -131,72 +197,5 @@ bind "PGDN" "css_timer" // Start/stop timer
|
||||
//leetify bind
|
||||
bind "/" "say GET LEETIFY"
|
||||
|
||||
// Audio
|
||||
volume "0.15"
|
||||
snd_deathcamera_volume "0"
|
||||
snd_mapobjective_volume "0"
|
||||
snd_menumusic_volume "0"
|
||||
snd_mvp_volume "0"
|
||||
snd_roundend_volume "0"
|
||||
snd_roundstart_volume "0"
|
||||
snd_tensecondwarning_volume "0.04"
|
||||
|
||||
// HUD
|
||||
hud_scaling "0.8"
|
||||
hud_showtargetid 0
|
||||
cl_autohelp 0
|
||||
cl_hud_color 12
|
||||
cl_sanitize_player_names 0
|
||||
cl_showloadout 1
|
||||
gameinstructor_enable 0
|
||||
|
||||
//CROSSHAIR COMMANDS
|
||||
cl_crosshairstyle 4
|
||||
cl_crosshairsize 2.5
|
||||
cl_crosshairthickness 0.5
|
||||
cl_crosshairgap -3
|
||||
cl_crosshair_drawoutline 0
|
||||
cl_crosshairdot 0
|
||||
cl_crosshair_t 0
|
||||
cl_crosshairusealpha 0
|
||||
cl_crosshairalpha 255
|
||||
cl_crosshair_recoil 0
|
||||
cl_crosshairgap_useweaponvalue 0
|
||||
cl_crosshaircolor 5
|
||||
|
||||
//EXTRAS
|
||||
cl_crosshair_sniper_width 1
|
||||
cl_crosshair_friendly_warning 1
|
||||
|
||||
// Mouse
|
||||
sensitivity "0.619"
|
||||
zoom_sensitivity_ratio "1.0"
|
||||
|
||||
// Radar
|
||||
cl_hud_radar_scale "1.3"
|
||||
cl_radar_always_centered "1"
|
||||
cl_radar_icon_scale_min "0.4"
|
||||
cl_radar_rotate "1"
|
||||
cl_radar_scale "0.7"
|
||||
cl_radar_square_with_scoreboard "0"
|
||||
|
||||
// Video
|
||||
r_fullscreen_gamma "1.6"
|
||||
|
||||
// Viewmodel
|
||||
viewmodel_presetpos 0
|
||||
viewmodel_offset_x -2
|
||||
viewmodel_offset_y -2
|
||||
viewmodel_offset_z -2
|
||||
viewmodel_fov 54
|
||||
cl_prefer_lefthanded 0
|
||||
// Performance
|
||||
cl_disable_ragdolls "1"
|
||||
engine_low_latency_sleep_after_client_tick true
|
||||
r_show_build_info false
|
||||
fps_max 0
|
||||
fps_max_ui 0
|
||||
|
||||
|
||||
echo "Loaded autoexec.cfg"
|
||||
host_writeconfig
|
||||
|
||||
@@ -42,5 +42,3 @@ export LD_LIBRARY_PATH=/opt/rocm/lib:$LD_LIBRARY_PATH
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init - zsh)"
|
||||
|
||||
export MAMBA_ROOT_PREFIX="$HOME/.mamba
|
||||
|
||||
Reference in New Issue
Block a user