diff --git a/dotfiles/.config/gtk-3.0/gtk.css b/dotfiles/.config/gtk-3.0/gtk.css new file mode 100644 index 00000000..460d5815 --- /dev/null +++ b/dotfiles/.config/gtk-3.0/gtk.css @@ -0,0 +1,7 @@ +.termite { + padding: 30px; + /* TODO: Use 15px for normal windows + * and 30px all around for floating windows */ + padding-top: 15px; + padding-bottom: 0; +}