Skip to content

Instantly share code, notes, and snippets.

@kungfoo
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kungfoo/92a9b0d199e6aeb9c187 to your computer and use it in GitHub Desktop.
Save kungfoo/92a9b0d199e6aeb9c187 to your computer and use it in GitHub Desktop.
Fixing broken window shadows in GTK 3.16 and a tiling window manager
.window-frame, .window-frame:backdrop {
box-shadow: 0 0 0 black;
border-style: none;
margin: 0;
border-radius: 0;
}
.titlebar {
border-radius: 0;
}
@kungfoo
Copy link
Author

kungfoo commented Apr 27, 2015

This goes into ~.config/gtk-3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment