Преглед на файлове

add explicit keybinds for vertical and horizontal master layout split modes in hyprland

Noah Vogt преди 22 часа
родител
ревизия
64bb86be0d
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      dot-config/hypr/hyprland.conf

+ 4 - 0
dot-config/hypr/hyprland.conf

@@ -250,6 +250,10 @@ bind = $mainMod, J, layoutmsg, cyclenext
 bind = $mainMod, K, layoutmsg, cycleprev
 bind = $mainMod, I, layoutmsg, addmaster
 bind = $mainMod, D, layoutmsg, removemaster
+# Sets the layout to "Stacked" (Horizontal Split)
+bind = $mainMod SHIFT, H, layoutmsg, orientationtop
+# Sets the layout to "Side-by-Side" (Vertical Split)
+bind = $mainMod SHIFT, V, layoutmsg, orientationleft
 
 # Switch workspaces with mainMod + [0-9]
 bind = $mainMod, 1, workspace, 1