Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tmaffia
tmaffia / gtk.css
Created June 26, 2016 17:23
reduces the size of window headerbars in gnome 3.20
window.ssd headerbar.titlebar {
padding-top: 3px;
padding-bottom: 3px;
min-height: 0;
}
window.ssd headerbar.titlebar button.titlebutton {
padding-top: 3px;
padding-bottom: 3px;
min-height: 0;
### Keybase proof
I hereby claim:
* I am tmaffia on github.
* I am tmaffia (https://keybase.io/tmaffia) on keybase.
* I have a public key whose fingerprint is 11F2 C147 0779 2CDC DB0E C232 D293 29D0 6CB2 D3D8
To claim this, I am signing this object:
@tmaffia
tmaffia / .vimrc
Last active February 11, 2017 07:54
set nocompatible
filetype plugin on
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'scrooloose/nerdtree'
Plugin 'vim-syntastic/syntastic'
Plugin 'scrooloose/nerdcommenter'
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"font_size": 10,
"ignored_packages":
[
],
"vintage_start_in_command_mode": true,
"translate_tabs_to_spaces": true,
"tab_size": 2
}