Skip to content

Instantly share code, notes, and snippets.

@darkgeek
Created May 28, 2016 18:47
Show Gist options
  • Save darkgeek/012418bc12ccd196e5f000e3cea7163b to your computer and use it in GitHub Desktop.
Save darkgeek/012418bc12ccd196e5f000e3cea7163b to your computer and use it in GitHub Desktop.
How to remove black area around gtk3 apps when there's no composite enabled
# ~/.config/gtk-3.0/gtk.css
.window-frame.solid-csd {
border-radius: 0;
margin: 1px;
background-color: #eee;
box-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment