mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 09:17:23 +08:00
hyprland: window focus/move bindings
This commit is contained in:
parent
0e767e5469
commit
7687f3efb5
1 changed files with 11 additions and 0 deletions
|
|
@ -57,6 +57,17 @@ in
|
|||
"$mainMod, F, fullscreen"
|
||||
"$mainMod SHIFT, F, togglefloating"
|
||||
|
||||
# Move focus
|
||||
"$mainMod, H, movefocus, l"
|
||||
"$mainMod, L, movefocus, r"
|
||||
"$mainMod, K, movefocus, u"
|
||||
"$mainMod, J, movefocus, d"
|
||||
# Move window position
|
||||
"$mainMod SHIFT, H, movewindow, l"
|
||||
"$mainMod SHIFT, L, movewindow, r"
|
||||
"$mainMod SHIFT, K, movewindow, u"
|
||||
"$mainMod SHIFT, J, movewindow, d"
|
||||
|
||||
# Workspace management
|
||||
# Switch
|
||||
"$mainMod, 1, workspace, 1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue