docs(hyprland): remove unused master layout
This commit is contained in:
parent
25e3b3db92
commit
ba39302238
@ -135,18 +135,13 @@ animations {
|
|||||||
|
|
||||||
Now, we can take care of the configuration of the layouts. The only
|
Now, we can take care of the configuration of the layouts. The only
|
||||||
notable thing here is that I prefer to have no gaps when there is only
|
notable thing here is that I prefer to have no gaps when there is only
|
||||||
one window in the dwindle layout. Not much is done with the master
|
one window in the dwindle layout.
|
||||||
layout, as I don’t use it.
|
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
dwindle {
|
dwindle {
|
||||||
pseudotile = true
|
pseudotile = true
|
||||||
preserve_split = true
|
preserve_split = true
|
||||||
no_gaps_when_only = 1
|
no_gaps_when_only = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
master {
|
|
||||||
new_is_master = true
|
|
||||||
}
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Autolaunch of programs
|
** Autolaunch of programs
|
||||||
|
Loading…
Reference in New Issue
Block a user