forked from Shinonome/dots-hyprland
43 lines
1.7 KiB
Plaintext
43 lines
1.7 KiB
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, movewindow, l # [hidden]
|
|
bind = Super+Shift, L, movewindow, r # [hidden]
|
|
bind = Super+Shift, K, movewindow, u # [hidden]
|
|
bind = Super+Shift, J, movewindow, d # [hidden]
|
|
|
|
|
|
bind = Super+Shift, 1, movetoworkspace, 1 # [hidden]
|
|
bind = Super+Shift, 2, movetoworkspace, 2 # [hidden]
|
|
bind = Super+Shift, 3, movetoworkspace, 3 # [hidden]
|
|
bind = Super+Shift, 4, movetoworkspace, 4 # [hidden]
|
|
bind = Super+Shift, 5, movetoworkspace, 5 # [hidden]
|
|
bind = Super+Shift, 6, movetoworkspace, 6 # [hidden]
|
|
bind = Super+Shift, 7, movetoworkspace, 7 # [hidden]
|
|
bind = Super+Shift, 8, movetoworkspace, 8 # [hidden]
|
|
bind = Super+Shift, 9, movetoworkspace, 9 # [hidden]
|
|
bind = Super+Shift, 0, movetoworkspace, 0 # [hidden]
|
|
|
|
bindd = Super+Ctrl, K, Toggle on-screen keyboard, global, quickshell:oskToggle # Toggle on-screen keyboard
|
|
bindd = Super+Ctrl, J, Toggle bar, global, quickshell:barToggle # Toggle bar
|
|
|
|
# gaming
|
|
bind = Super, G, togglespecialworkspace, gaming
|
|
bind = Super+Shift, G, movetoworkspace, special:gaming
|
|
bind = Super, T, togglespecialworkspace, steam
|
|
bind = Super+Shift, T, movetoworkspace, special:steam
|
|
|