feat: Updates tmux bindings to navigate windows to use either prefix+h|l or <c-alt>h|l, switches window keybind prefix to use alt in hyprland.

This commit is contained in:
2025-10-02 17:02:34 -04:00
parent 1ee8cad635
commit d4f85a6786
2 changed files with 8 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
# See https://wiki.hyprland.org/Configuring/Keywords/
$mainMod = SUPER # "Command/Windows" key as main modifier
# TODO: Use 'ALT' as window mod, need to change some tmux keybinds to do so.
$windowMod = CTRL ALT # Control + Option for window controls.
$windowMod = ALT # Control + Option for window controls.
$HYPER = ALT SHIFT SUPER CTRL
# See https://wiki.hyprland.org/Configuring/Keywords/