forked from Shinonome/dots-hyprland
21 lines
817 B
Plaintext
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]
|