Files
illogical-impulse/.config/hypr/custom/keybinds.conf
T
2025-08-11 16:27:21 -05:00

21 lines
817 B
Plaintext

# See https://wiki.hyprland.org/Configuring/Binds/
#!
##! User
bind = Ctrl+Super, Slash, exec, xdg-open ~/.config/illogical-impulse/config.json # Edit shell config
bind = Ctrl+Super+Alt, Slash, exec, xdg-open ~/.config/hypr/custom/keybinds.conf # Edit extra keybinds
# Add stuff here
# Use #! to add an extra column on the cheatsheet
# Use ##! to add a section in that column
# Add a comment after a bind to add a description, like above
bind = Super, H, movefocus, l # [hidden]
bind = Super, L, movefocus, r # [hidden]
bind = Super, K, movefocus, u # [hidden]
bind = Super, J, movefocus, d # [hidden]
bind = Super+Shift, H, movetoworkspace, l # [hidden]
bind = Super+Shift, L, movetoworkspace, r # [hidden]
bind = Super+Shift, K, movetoworkspace, u # [hidden]
bind = Super+Shift, J, movetoworkspace, d # [hidden]