From ee6cf018b71953f33f5e36eec8616eef93b94bd0 Mon Sep 17 00:00:00 2001
From: Jacob Babor <jacob@babor.tech>
Date: Thu, 27 Feb 2025 01:56:17 -0600
Subject: [PATCH] Set a non-default split ratio for dwindle

---
 hyprland/.config/hypr/config.d/00-basic.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hyprland/.config/hypr/config.d/00-basic.conf b/hyprland/.config/hypr/config.d/00-basic.conf
index d662539a..e6f4b3cd 100644
--- a/hyprland/.config/hypr/config.d/00-basic.conf
+++ b/hyprland/.config/hypr/config.d/00-basic.conf
@@ -50,6 +50,7 @@ dwindle {
 	pseudotile = yes			# Enables pseudotile functionality
 	preserve_split = yes			# Remember splits
 	force_split = 2				# Force splits to put the child on the right/down
+	default_split_ratio = 1.1
 }
 
 master {