Created
May 28, 2016 18:47
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.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