hacking-howto: Mention "stacking" window managers
This commit is contained in:
parent
a0ca5ffe70
commit
516363a86b
|
@ -113,11 +113,11 @@ will be discussed.
|
||||||
|
|
||||||
=== Tiling window managers
|
=== Tiling window managers
|
||||||
|
|
||||||
Traditionally, there are two approaches to managing windows: The most common
|
Traditionally, there are two approaches to managing windows: The most common one
|
||||||
one nowadays is floating, which means the user can freely move/resize the
|
nowadays is stacking (or floating, using i3's terminology), which means the user
|
||||||
windows. The other approach is called tiling, which means that your window
|
can freely move/resize the windows, potentially overlapping them. The other
|
||||||
manager distributes windows to use as much space as possible while not
|
approach is called tiling, which means that the window manager distributes
|
||||||
overlapping each other.
|
windows to use as much space as possible while not overlapping each other.
|
||||||
|
|
||||||
The idea behind tiling is that you should not need to waste your time
|
The idea behind tiling is that you should not need to waste your time
|
||||||
moving/resizing windows while you usually want to get some work done. After
|
moving/resizing windows while you usually want to get some work done. After
|
||||||
|
|
Loading…
Reference in New Issue