Skip to content

Instantly share code, notes, and snippets.

@lonsagisawa
Created May 8, 2014 15:36
Show Gist options
  • Save lonsagisawa/13c2597695ea2a91a5a8 to your computer and use it in GitHub Desktop.
Save lonsagisawa/13c2597695ea2a91a5a8 to your computer and use it in GitHub Desktop.
~/.config/gtk-3.0/gtk.css: Disabling CSD Shadows (https://github.com/baskerville/bspwm/issues/133)
.window-frame, .window-frame:backdrop {
box-shadow: 0 0 0 black;
border-style: none;
margin: 0;
border-radius: 0;
}
.titlebar {
border-radius: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment