User Tools

Site Tools


debian:misc

This is an old revision of the document!


Tab size in Terminator
mkdir -p .config/gtk-3.0
cd .config/gtk-3.0

vi gtk.css
.terminator-terminal-window notebook tab {
    min-height: 0;
    padding: 0px;
}

.terminator-terminal-window notebook tab button {
    min-height: 0;
    min-width: 0;
    padding: 0px;
    margin: 0px;
}
debian/misc.1667590207.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki