● EVERGREEN NOTE dotfileswayland
Hyprland Keybinds
Global Hyprland bindings, organized by modifier convention.
Global Hyprland bindings, organized by modifier convention.
Global bindings. Source: hypr/keybinds.conf.
The physical interface is mapped to the system’s logic via a series of standard bindings.
| Binding | Action | Description |
|---|---|---|
SUPER + C | killactive | Terminate the focused window. |
SUPER + T | exec $terminal | Launch Kitty. |
SUPER + E | exec $fileManager | Open Thunar. |
SUPER + SPACE | exec $menu | Open Wofi launcher. |
SUPER + N | exec kitty nvim . | Instant-start IDE. |
SUPER + L | exec hyprlock | Secure the session. |
SUPER + U | exec themeSelect | Trigger the Theme Engine UI. |
Navigation follows a strict Vim-style logic using h/j/k/l.
| Binding | Action | Target |
|---|---|---|
SUPER + h/j/k/l | movefocus | Left / Down / Up / Right |
SUPER + SHIFT + h/j/k/l | movewindow | Move window in direction |
SUPER + F | fullscreen | Toggle full viewport |
SUPER + P | pseudo | Toggle Dwindle Pseudo-tile |
SUPER + J | togglesplit | Flip Dwindle split orientation |
Activated via SUPER + SHIFT + R. This mode repurposes the movement keys for window resizing:
l: Resize Right (+24)h: Resize Left (-24)j: Resize Up (-24)k: Resize Down (+24)ESC: Return to Global MapBefore adding: grep -i 'bind.*<key>' ~/dotfiles/hypr/.config/hypr/keybinds.conf