diff --git a/desktop/hyprland/default.nix b/desktop/hyprland/default.nix index bf3ff63..ce5f43f 100644 --- a/desktop/hyprland/default.nix +++ b/desktop/hyprland/default.nix @@ -131,8 +131,8 @@ bind = SUPER, K, layoutmsg, cycleprev bind = SUPER_SHIFT, J, layoutmsg, swapnext bind = SUPER_SHIFT, K, layoutmsg, swapprev - bind = SUPER, C, layoutmsg, orientationnext - bind = SUPER_SHIFT, C, layoutmsg, orientationprev + bind = SUPER, C, layoutmsg, orientationtop + bind = SUPER_SHIFT, C, layoutmsg, orientationleft bind = SUPER, H, layoutmsg, addmaster bind = SUPER, L, layoutmsg, removemaster bind = SUPER_SHIFT, H, splitratio, -0.05