diff --git a/dot_config/hypr/keybindings.conf b/dot_config/hypr/keybindings.conf index 597b3a8..edd0b65 100644 --- a/dot_config/hypr/keybindings.conf +++ b/dot_config/hypr/keybindings.conf @@ -33,6 +33,7 @@ bind = $mainMod, V, togglefloating, bind = $mainMod, D, exec, $menu bind = $mainMod, O, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle +bind = $mainMod+Shift, J, swapnext # Master Layout # Screenshot bind = , Print, exec, ~/.config/hypr/scripts/screenshot.sh area diff --git a/dot_config/hypr/look_and_feel.conf b/dot_config/hypr/look_and_feel.conf index 7f1e84e..cdb8aef 100644 --- a/dot_config/hypr/look_and_feel.conf +++ b/dot_config/hypr/look_and_feel.conf @@ -39,7 +39,7 @@ general { # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false - layout = dwindle + layout = master # or dwindle layout } # https://wiki.hyprland.org/Configuring/Variables/#decoration @@ -106,7 +106,11 @@ dwindle { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more master { - new_status = master + 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