added custom binds and monitor

This commit is contained in:
kenji
2025-08-11 16:27:21 -05:00
parent 181014b678
commit 16c5b8f999
3 changed files with 14 additions and 2 deletions
+9
View File
@@ -9,3 +9,12 @@ bind = Ctrl+Super+Alt, Slash, exec, xdg-open ~/.config/hypr/custom/keybinds.conf
# 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]