From f473bbb484f264ac91f825371b25188d17128cea Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sat, 20 Jul 2024 18:45:19 +0530 Subject: [PATCH] home: update binds for layout --- home/wm/hyprland/default.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/home/wm/hyprland/default.nix b/home/wm/hyprland/default.nix index ab2787a..f6bd613 100644 --- a/home/wm/hyprland/default.nix +++ b/home/wm/hyprland/default.nix @@ -40,6 +40,13 @@ in layout = "master"; }; + master = { + mfact = 0.65; + new_status = "master"; + new_on_top = true; + no_gaps_when_only = 1; + }; + decoration = { "col.shadow" = "rgba(1E202966)"; dim_around = 0.6; @@ -74,13 +81,6 @@ in vfr = true; }; - master = { - mfact = 0.65; - new_status = "master"; - new_on_top = true; - no_gaps_when_only = 1; - }; - animation = [ "windows,1,3,default,slide" "fade,1,3,default" @@ -203,8 +203,8 @@ in "SUPER_SHIFT,9, movetoworkspace, 9" "SUPER_SHIFT,0, movetoworkspace, 10" - "SUPER,l, layoutmsg,cyclenext" - "SUPER,h, layoutmsg,cycleprev" + "SUPER,l, layoutmsg,rollnext" + "SUPER,h, layoutmsg,rollprev" "SUPER,m, layoutmsg,focusmaster" "SUPER_SHIFT,m, layoutmsg,swapwithmaster"