Skip to content

Commit

Permalink
hyprland: window focus/move bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 27, 2024
1 parent 0e767e5 commit 7687f3e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/nixos/linux/gui/hyprland/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7687f3e

Please sign in to comment.