From 2b054e8c18109b4ce4b1b70033faa26fd735331e Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 13 Jun 2023 09:11:06 -0400 Subject: [PATCH] hyprland: Use default split ratios --- modules/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 47c7ce8..5cd6d8b 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -141,7 +141,9 @@ 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, layoutmsg, orientationtop + bind = SUPER_SHIFT, C, splitratio, exact 0.65 bind = SUPER_SHIFT, C, layoutmsg, orientationleft bind = SUPER, H, layoutmsg, addmaster bind = SUPER, L, layoutmsg, removemaster