blob: 64c61fda59e6111745628617a5e43e320b0e78b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* No (default) title bar on wayland */
headerbar.default-decoration {
/* You may need to tweak these values depending on your GTK theme */
margin-bottom: 50px;
margin-top: -100px;
}
/* rm -rf window shadows */
window.csd, /* gtk4? */
window.csd decoration { /* gtk3 */
box-shadow: none;
}
|