fixed some nvim errors, added env vars and did some small changes to autoexec, disabled automatic profiles for hyprsunset

This commit is contained in:
2025-11-16 00:11:23 +01:00
parent 62caa1282f
commit c7b4ad7b25
6 changed files with 83 additions and 114 deletions

View File

@@ -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
}

View File

@@ -1,5 +1,5 @@
vim.opt_local.spell = true 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.wrap = true
vim.opt_local.linebreak = true vim.opt_local.linebreak = true
vim.opt_local.conceallevel = 2 vim.opt_local.conceallevel = 2

View File

@@ -1,6 +1,6 @@
-- Spell-check (tweak languages to your needs) -- Spell-check (tweak languages to your needs)
vim.opt_local.spell = true 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 -- Niceties for prose/math
vim.opt_local.wrap = true vim.opt_local.wrap = true

View 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,
}

View File

@@ -11,6 +11,72 @@ alias -radarsize "cl_hud_radar_scale 1.3"
alias trainserver "password linuxgaming; connect puchstein.lu:27065" 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 //Binds
unbindall unbindall
@@ -131,72 +197,5 @@ bind "PGDN" "css_timer" // Start/stop timer
//leetify bind //leetify bind
bind "/" "say GET LEETIFY" 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" echo "Loaded autoexec.cfg"
host_writeconfig host_writeconfig

View File

@@ -42,5 +42,3 @@ export LD_LIBRARY_PATH=/opt/rocm/lib:$LD_LIBRARY_PATH
export PYENV_ROOT="$HOME/.pyenv" export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init - zsh)" eval "$(pyenv init - zsh)"
export MAMBA_ROOT_PREFIX="$HOME/.mamba