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

@@ -5,16 +5,18 @@
# Set programs that you use
$terminal = uwsm app -T
$terminal_backup = uwsm app -- kitty
$term_tmux = uwsm app -- kitty tmux a
$term_tmux = uwsm app -- kitty tmux
$term_tmux_append = uwsm app -- kitty tmux a
$filemanager = uwsm app -- nautilus
$launcher = uwsm app -- sherlock
$powermenu = uwsm app -- sherlock -sm pm
$clipman = uwsm app -- sherlock-clp | sherlock | cliphist decode | wl-copy
$browser = uwsm app -- firefox
$browserprv = uwsm app -- firefox --private-window
$altbrowser = uwsm app -- chromium
$editor = uwsm app -T -- nvim
$alteditor = uwsm app -- zeditor
$taskman = uwsm app -- uuctl walker -d
$taskman = uwsm app -- uuctl wofi
$pwdmgr = uwsm app -- keepassxc
$notcenter = uwsm app -- swaync-client -t -sw
$notdnd = uwsm app -- swaync-client -d
@@ -35,11 +37,13 @@ bind = $mainMod, W, exec, $browser
bind = $mainMod SHIFT, W, exec, $browserprv
bind = $mainMod CTRL, W, exec, $altbrowser
bind = $mainMod Shift, E, exec, $editor
bind = $mainMod Shift ALT_L, E, exec, $alteditor
bind = $mainMod CTRL, E, exec, $alteditor
bind = $mainMod, X, exec, $launcher
bind = $mainMod, B, exec, $powermenu
bind = $mainMod, C, exec, $clipman
bind = $mainMod, Return, exec, $terminal_backup
bind = $mainMod SHIFT, Return, exec, $term_tmux
bind = $mainMod ALT_L, Return, exec, $term_tmux_append
bind = $mainMod CTRL, Return, exec, $terminal
bind = $mainMod, Escape, exec, $taskman
bind = $mainMod, R, exec, $pwdmgr

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"