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