diff --git a/dot_config/hypr/hyprland.conf b/dot_config/hypr/hyprland.conf index 3d1917f..de316d7 100644 --- a/dot_config/hypr/hyprland.conf +++ b/dot_config/hypr/hyprland.conf @@ -148,8 +148,9 @@ dwindle { } master { - always_center_master = true + always_center_master = false mfact = 0.60 + no_gaps_when_only = 0 } misc { @@ -312,8 +313,10 @@ bind = $mod, down, movefocus, d bind = $mod, h, movefocus, l bind = $mod, l, movefocus, r -bind = $mod, k, movefocus, u -bind = $mod, j, movefocus, d +# bind = $mod, k, movefocus, u +# bind = $mod, j, movefocus, d +bind = $mod, k, layoutmsg, cycleprev +bind = $mod, j, layoutmsg, cyclenext bind = $mod SHIFT, left, movewindow, l bind = $mod SHIFT, right, movewindow, r @@ -331,6 +334,8 @@ bind = $mod CONTROL, right, layoutmsg, orientationright bind = $mod CONTROL, up , layoutmsg, orientationtop bind = $mod CONTROL, down , layoutmsg, orientationbottom bind = $mod CONTROL, c , layoutmsg, orientationcenter +bind = $mod SHIFT CONTROL, h , layoutmsg, addmaster +bind = $mod SHIFT CONTROL, l , layoutmsg, removemaster # workspace bind = $mod, 1, workspace, 1