From 576a9727bea1ad629b82d0575e8732a092014dce Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 13 Jun 2023 09:48:42 -0400 Subject: [PATCH] hyprland: Decrease default vertical split ratio --- modules/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 5cd6d8bf..5cd8d20e 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -141,7 +141,7 @@ let VARIABLES = import ../../src/variables.nix; in { bind = SUPER, K, layoutmsg, cycleprev bind = SUPER_SHIFT, J, layoutmsg, swapnext bind = SUPER_SHIFT, K, layoutmsg, swapprev - bind = SUPER, C, splitratio, exact 0.95 + bind = SUPER, C, splitratio, exact 0.80 bind = SUPER, C, layoutmsg, orientationtop bind = SUPER_SHIFT, C, splitratio, exact 0.65 bind = SUPER_SHIFT, C, layoutmsg, orientationleft