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
|
||||
$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
|
||||
|
Reference in New Issue
Block a user