forked from Shinonome/dots-hyprland
db7d0a00f0
onscreen keyboard and bartoggle
24 lines
1002 B
Plaintext
24 lines
1002 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]
|
|
|
|
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
|