some useful Hyprland keybinds
This commit is contained in:
@@ -296,15 +296,21 @@ bind = $mainMod, P, pseudo, # dwindle
|
|||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
bind = $mainMod, I, exec, firefox &
|
bind = $mainMod, I, exec, firefox &
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + WASD or Vim-style
|
||||||
bind = $mainMod, left, movefocus, l
|
|
||||||
bind = $mainMod, right, movefocus, r
|
|
||||||
bind = $mainMod, up, movefocus, u
|
|
||||||
bind = $mainMod, down, movefocus, d
|
|
||||||
bind = $mainMod, a, movefocus, l
|
bind = $mainMod, a, movefocus, l
|
||||||
bind = $mainMod, d, movefocus, r
|
bind = $mainMod, d, movefocus, r
|
||||||
bind = $mainMod, w, movefocus, u
|
bind = $mainMod, w, movefocus, u
|
||||||
bind = $mainMod, s, movefocus, d
|
bind = $mainMod, s, movefocus, d
|
||||||
|
bind = $mainMod, h, movefocus, l
|
||||||
|
bind = $mainMod, l, movefocus, r
|
||||||
|
bind = $mainMod, k, movefocus, u
|
||||||
|
bind = $mainMod, j, movefocus, d
|
||||||
|
|
||||||
|
# Resize focused window with mainMod + Arrows
|
||||||
|
bind = $mainMod, left, resizeactive, -10 0
|
||||||
|
bind = $mainMod, right, resizeactive, 10 0
|
||||||
|
bind = $mainMod, up, resizeactive, 0 -10
|
||||||
|
bind = $mainMod, down, resizeactive, 0 10
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
# Switch workspaces with mainMod + [0-9]
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
@@ -337,9 +343,9 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
|||||||
# bind = $mainMod, S, togglespecialworkspace, magic
|
# bind = $mainMod, S, togglespecialworkspace, magic
|
||||||
# bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
# bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||||
|
|
||||||
# # Scroll through existing workspaces with mainMod + scroll
|
# Scroll through existing workspaces with mainMod + scroll
|
||||||
# bind = $mainMod, mouse_down, workspace, e+1
|
bind = $mainMod, mouse_down, workspace, e+1
|
||||||
# bind = $mainMod, mouse_up, workspace, e-1
|
bind = $mainMod, mouse_up, workspace, e-1
|
||||||
|
|
||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
@@ -366,7 +372,7 @@ bindl = LCTRL, PRINT, exec, hyprshot -m window --output-folder $screenshot_folde
|
|||||||
bindl = SHIFT, PRINT, exec, hyprshot -m active --output-folder $screenshot_folder
|
bindl = SHIFT, PRINT, exec, hyprshot -m active --output-folder $screenshot_folder
|
||||||
|
|
||||||
# Screenlock
|
# Screenlock
|
||||||
bindl = $mainMod, L, exec, hyprlock
|
bindl = LCTRL ALT, L, exec, hyprlock
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
### WINDOWS AND WORKSPACES ###
|
### WINDOWS AND WORKSPACES ###
|
||||||
|
|||||||
Reference in New Issue
Block a user