This extension employs an algorithm (taken from KDE) for layouting the thumbnails in the overview that more closely reflects the positions and relative sizes of the actual windows, instead of using a fixed grid.
5 lines
70 B
CSS
5 lines
70 B
CSS
.window-caption {
|
|
color: red;
|
|
-shell-caption-overlap: 10px;
|
|
}
|