Skip to content

Instantly share code, notes, and snippets.

@bdavidhicks
Created April 8, 2019 15:14
Show Gist options
  • Save bdavidhicks/3cf79cd1bfffbafae84ac3cccdd92921 to your computer and use it in GitHub Desktop.
Save bdavidhicks/3cf79cd1bfffbafae84ac3cccdd92921 to your computer and use it in GitHub Desktop.
GTK border fix Linux Mint
.window-frame {
box-shadow: none;
margin: 1px;
}
@bdavidhicks
Copy link
Author

mkdir -p ~/.config/gtk-3.0
gedit ~/.config/gtk-3.0/gtk.css
Taken from https://askubuntu.com/questions/360598/13-10-black-borders-black-terminal

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