diff --git a/.config/hypr/conf.d/keybinds.conf b/.config/hypr/conf.d/keybinds.conf index ddf8d50..0784fba 100644 --- a/.config/hypr/conf.d/keybinds.conf +++ b/.config/hypr/conf.d/keybinds.conf @@ -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 diff --git a/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/autoexec.cfg b/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/autoexec.cfg index 67df57d..83e422c 100644 --- a/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/autoexec.cfg +++ b/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/game/csgo/cfg/autoexec.cfg @@ -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"