Files
gnome-shell-extensions/extensions/native-window-placement/stylesheet.css
Giovanni Campagna f24365520c New extension: native-window-placement
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.
2011-05-12 18:42:53 +02:00

5 lines
70 B
CSS

.window-caption {
color: red;
-shell-caption-overlap: 10px;
}