From 2c58c2edcb1cc17fbd828d59ec4440d85e92278e Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 21 Aug 2025 15:06:37 +0200 Subject: [PATCH] update master layout --- dot_config/hypr/keybindings.conf | 3 ++- dot_config/hypr/look_and_feel.conf | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dot_config/hypr/keybindings.conf b/dot_config/hypr/keybindings.conf index edd0b65..4ce2266 100644 --- a/dot_config/hypr/keybindings.conf +++ b/dot_config/hypr/keybindings.conf @@ -32,7 +32,8 @@ bind = $mainMod, F, fullscreen, bind = $mainMod, V, togglefloating, bind = $mainMod, D, exec, $menu bind = $mainMod, O, pseudo, # dwindle -bind = $mainMod, J, togglesplit, # dwindle +#bind = $mainMod, J, togglesplit, # dwindle Layout +bind = $mainMod, J, cyclenext, # Master Layout bind = $mainMod+Shift, J, swapnext # Master Layout # Screenshot diff --git a/dot_config/hypr/look_and_feel.conf b/dot_config/hypr/look_and_feel.conf index cdb8aef..f2dcec7 100644 --- a/dot_config/hypr/look_and_feel.conf +++ b/dot_config/hypr/look_and_feel.conf @@ -106,11 +106,11 @@ dwindle { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more master { - orientation = left - mfact = 0.65 - new_status = master # or slave status - smart_resizing = true - drop_at_cursor = true + orientation = left + mfact = 0.65 + new_status = master # or slave status + smart_resizing = true + drop_at_cursor = true } # https://wiki.hyprland.org/Configuring/Variables/#misc