chore(config): update Hypr keybinds and CS:GO autoexec tweaks

Hypr:

        Add new powermenu shortcut ($powermenu, bind $mainMod+B)

        Split tmux launch into $term_tmux and $term_tmux_append with distinct binds

        Change alt-editor bind to Ctrl+E

        Swap taskman from uuctl walker -d to uuctl wofi

    CS:GO autoexec:

        Simplify jump/throw aliases to +jt/+ta/-jt !!not working anymore
        though because of some cs2 update

        Remap inspect to +lookatweapon

        Move combined jump-throw bind to R and Mouse4

        Reorder grenade buy keys (Z, C, V)

        Add voice record (Alt) and toggle (T) binds

        Extend numpad buy binds with KP_4 for silenced rifle

        Increase voice_scale to 0.7
This commit is contained in:
2025-09-23 23:22:29 +02:00
parent 5ee73af33d
commit d804b2aca9
2 changed files with 24 additions and 17 deletions

View File

@@ -2,9 +2,10 @@
// Launch options: +exec autoexec.cfg
// Aliases
alias "+jumpaction" "+jump;"
alias "+throwaction" "-attack;-attack2;"
alias "-jumpaction" "-jump;"
alias "+jt" "+jump"
alias "+ta" "-attack; -attack2"
alias "-jt" "-jump"
alias +lineupcrosshair "cl_crosshairsize 1000"
alias -lineupcrosshair "cl_crosshairsize 2"
@@ -37,11 +38,11 @@ bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "CTRL" "+reload"
bind "E" "+use"
bind "F" "+inspect"
bind "F" "+lookatweapon"
bind "G" "drop"
bind "MOUSE4" "+jumpaction;+throwaction;"
bind "R" "+jumpaction;+throwaction;"
bind "H" "+bombfind"
bind "R" "+jt;+ta;"
bind "Mouse4" "+jt;+ta;"
// Slot binds
bind "1" "slot1"
@@ -50,10 +51,10 @@ bind "3" "slot3"
bind "4" "slot5"
// Grenade binds
bind "Z" "+lineupcrosshair; buy flashbang; slot7"
bind "V" "+lineupcrosshair; buy incgrenade; slot10"
bind "C" "+lineupcrosshair; buy smokegrenade; slot8"
bind "Z" "buy incgrenade; slot10"
bind "X" "buy hegrenade; slot6"
bind "C" "buy flashbang; slot7"
bind "V" "buy smokegrenade; slot8"
bind "5" "buy decoy; slot9"
// UI binds
@@ -67,15 +68,17 @@ bind "ENTER" "messagemode"
bind "Y" "messagemode2"
bind "Q" "player_ping"
bind "`" "toggleconsole"
bind "ALT" "+voicerecord"
bind "T" "voice_modenable_toggle"
// Buybinds
bind "KP_1" "buy vesthelm; buy vest;"
bind "KP_2" "buy rifle1;"
bind "KP_3" "buy awp;"
bind "KP_1" "buy vesthelm; buy vest;"
bind "KP_2" "buy m4a1; buy ak47;"
bind "KP_3" "buy awp;"
bind "KP_4" "buy m4a1_silencer;"
// Audio
volume "0.15"
voice_scale "0"
voice_scale "0.7"
snd_deathcamera_volume "0"
snd_mapobjective_volume "0"
snd_menumusic_volume "0"