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:
@@ -5,16 +5,18 @@
|
|||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$terminal = uwsm app -T
|
$terminal = uwsm app -T
|
||||||
$terminal_backup = uwsm app -- kitty
|
$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
|
$filemanager = uwsm app -- nautilus
|
||||||
$launcher = uwsm app -- sherlock
|
$launcher = uwsm app -- sherlock
|
||||||
|
$powermenu = uwsm app -- sherlock -sm pm
|
||||||
$clipman = uwsm app -- sherlock-clp | sherlock | cliphist decode | wl-copy
|
$clipman = uwsm app -- sherlock-clp | sherlock | cliphist decode | wl-copy
|
||||||
$browser = uwsm app -- firefox
|
$browser = uwsm app -- firefox
|
||||||
$browserprv = uwsm app -- firefox --private-window
|
$browserprv = uwsm app -- firefox --private-window
|
||||||
$altbrowser = uwsm app -- chromium
|
$altbrowser = uwsm app -- chromium
|
||||||
$editor = uwsm app -T -- nvim
|
$editor = uwsm app -T -- nvim
|
||||||
$alteditor = uwsm app -- zeditor
|
$alteditor = uwsm app -- zeditor
|
||||||
$taskman = uwsm app -- uuctl walker -d
|
$taskman = uwsm app -- uuctl wofi
|
||||||
$pwdmgr = uwsm app -- keepassxc
|
$pwdmgr = uwsm app -- keepassxc
|
||||||
$notcenter = uwsm app -- swaync-client -t -sw
|
$notcenter = uwsm app -- swaync-client -t -sw
|
||||||
$notdnd = uwsm app -- swaync-client -d
|
$notdnd = uwsm app -- swaync-client -d
|
||||||
@@ -35,11 +37,13 @@ bind = $mainMod, W, exec, $browser
|
|||||||
bind = $mainMod SHIFT, W, exec, $browserprv
|
bind = $mainMod SHIFT, W, exec, $browserprv
|
||||||
bind = $mainMod CTRL, W, exec, $altbrowser
|
bind = $mainMod CTRL, W, exec, $altbrowser
|
||||||
bind = $mainMod Shift, E, exec, $editor
|
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, X, exec, $launcher
|
||||||
|
bind = $mainMod, B, exec, $powermenu
|
||||||
bind = $mainMod, C, exec, $clipman
|
bind = $mainMod, C, exec, $clipman
|
||||||
bind = $mainMod, Return, exec, $terminal_backup
|
bind = $mainMod, Return, exec, $terminal_backup
|
||||||
bind = $mainMod SHIFT, Return, exec, $term_tmux
|
bind = $mainMod SHIFT, Return, exec, $term_tmux
|
||||||
|
bind = $mainMod ALT_L, Return, exec, $term_tmux_append
|
||||||
bind = $mainMod CTRL, Return, exec, $terminal
|
bind = $mainMod CTRL, Return, exec, $terminal
|
||||||
bind = $mainMod, Escape, exec, $taskman
|
bind = $mainMod, Escape, exec, $taskman
|
||||||
bind = $mainMod, R, exec, $pwdmgr
|
bind = $mainMod, R, exec, $pwdmgr
|
||||||
|
@@ -2,9 +2,10 @@
|
|||||||
// Launch options: +exec autoexec.cfg
|
// Launch options: +exec autoexec.cfg
|
||||||
|
|
||||||
// Aliases
|
// Aliases
|
||||||
alias "+jumpaction" "+jump;"
|
alias "+jt" "+jump"
|
||||||
alias "+throwaction" "-attack;-attack2;"
|
alias "+ta" "-attack; -attack2"
|
||||||
alias "-jumpaction" "-jump;"
|
alias "-jt" "-jump"
|
||||||
|
|
||||||
|
|
||||||
alias +lineupcrosshair "cl_crosshairsize 1000"
|
alias +lineupcrosshair "cl_crosshairsize 1000"
|
||||||
alias -lineupcrosshair "cl_crosshairsize 2"
|
alias -lineupcrosshair "cl_crosshairsize 2"
|
||||||
@@ -37,11 +38,11 @@ bind "MOUSE1" "+attack"
|
|||||||
bind "MOUSE2" "+attack2"
|
bind "MOUSE2" "+attack2"
|
||||||
bind "CTRL" "+reload"
|
bind "CTRL" "+reload"
|
||||||
bind "E" "+use"
|
bind "E" "+use"
|
||||||
bind "F" "+inspect"
|
bind "F" "+lookatweapon"
|
||||||
bind "G" "drop"
|
bind "G" "drop"
|
||||||
bind "MOUSE4" "+jumpaction;+throwaction;"
|
|
||||||
bind "R" "+jumpaction;+throwaction;"
|
|
||||||
bind "H" "+bombfind"
|
bind "H" "+bombfind"
|
||||||
|
bind "R" "+jt;+ta;"
|
||||||
|
bind "Mouse4" "+jt;+ta;"
|
||||||
|
|
||||||
// Slot binds
|
// Slot binds
|
||||||
bind "1" "slot1"
|
bind "1" "slot1"
|
||||||
@@ -50,10 +51,10 @@ bind "3" "slot3"
|
|||||||
bind "4" "slot5"
|
bind "4" "slot5"
|
||||||
|
|
||||||
// Grenade binds
|
// Grenade binds
|
||||||
bind "Z" "+lineupcrosshair; buy flashbang; slot7"
|
bind "Z" "buy incgrenade; slot10"
|
||||||
bind "V" "+lineupcrosshair; buy incgrenade; slot10"
|
|
||||||
bind "C" "+lineupcrosshair; buy smokegrenade; slot8"
|
|
||||||
bind "X" "buy hegrenade; slot6"
|
bind "X" "buy hegrenade; slot6"
|
||||||
|
bind "C" "buy flashbang; slot7"
|
||||||
|
bind "V" "buy smokegrenade; slot8"
|
||||||
bind "5" "buy decoy; slot9"
|
bind "5" "buy decoy; slot9"
|
||||||
|
|
||||||
// UI binds
|
// UI binds
|
||||||
@@ -67,15 +68,17 @@ bind "ENTER" "messagemode"
|
|||||||
bind "Y" "messagemode2"
|
bind "Y" "messagemode2"
|
||||||
bind "Q" "player_ping"
|
bind "Q" "player_ping"
|
||||||
bind "`" "toggleconsole"
|
bind "`" "toggleconsole"
|
||||||
|
bind "ALT" "+voicerecord"
|
||||||
|
bind "T" "voice_modenable_toggle"
|
||||||
|
|
||||||
// Buybinds
|
// Buybinds
|
||||||
bind "KP_1" "buy vesthelm; buy vest;"
|
bind "KP_1" "buy vesthelm; buy vest;"
|
||||||
bind "KP_2" "buy rifle1;"
|
bind "KP_2" "buy m4a1; buy ak47;"
|
||||||
bind "KP_3" "buy awp;"
|
bind "KP_3" "buy awp;"
|
||||||
|
bind "KP_4" "buy m4a1_silencer;"
|
||||||
// Audio
|
// Audio
|
||||||
volume "0.15"
|
volume "0.15"
|
||||||
voice_scale "0"
|
voice_scale "0.7"
|
||||||
snd_deathcamera_volume "0"
|
snd_deathcamera_volume "0"
|
||||||
snd_mapobjective_volume "0"
|
snd_mapobjective_volume "0"
|
||||||
snd_menumusic_volume "0"
|
snd_menumusic_volume "0"
|
||||||
|
Reference in New Issue
Block a user