Skip to content

Instantly share code, notes, and snippets.

View brentahughes's full-sized avatar
💭
Copy/Pasting from ChatGPT Like a Pro

Brent Hughes brentahughes

💭
Copy/Pasting from ChatGPT Like a Pro
View GitHub Profile
@jamesridgway
jamesridgway / gtk.css
Created December 31, 2017 11:58
Reduce title bar size for applications in Gnome by creating ~/.config/gtk-3.0/gtk.css with the following contents
# Gnome 3 - based on https://blog.samalik.com/make-your-gnome-title-bars-smaller/
.header-bar.default-decoration {
padding-top: 3px;
padding-bottom: 3px;
font-size: 0.8em;
}
.header-bar.default-decoration .button.titlebutton {
padding: 0px;
}