change to master layout

This commit is contained in:
Simon Rieger 2025-08-21 15:00:15 +02:00
parent cdd5785be6
commit 8dd0ae8cb4
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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