13 lines
580 B
Plaintext
13 lines
580 B
Plaintext
# █▀▄ █░█░█ █ █▄░█ █▀▄ █░░ █▀▀
|
|
# █▄▀ ▀▄▀▄▀ █ █░▀█ █▄▀ █▄▄ ██▄
|
|
dwindle {
|
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
|
pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
|
preserve_split = true # you probably want this
|
|
no_gaps_when_only = 1 # monocle layout
|
|
}
|
|
|
|
master {
|
|
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
|
new_is_master = true
|
|
} |