linconf

linconf is a site documenting the generation of a good Gentoo Linux configuration.

Configuration Files

Listed below are the paths of default, useful configuration files.

Configuring GTK+

Thanks to nana-4's materia-theme , GTK+ 2 and GTK+ 3 can be configured simultaneously with a customized theme .

git clone https://github.com/nana-4/materia-theme.git
cd materia-theme
wget -O gtk-colors.sh https://linconf.neocities.org/gtk-colors.txt
./change-color.sh --hidpi -o materia True gtk-colors.sh

Configuring X

X Resources

X software applications often use X Resources for certain defaults such as font size or font family. Some settings are application specific.

rxvt-unicode

rxvt-unicode has some application specific settings.

URxvt.font: xft:Anonymous Pro
URxvt.scrollBar: false

The colors can be configured by using base16-builder .

npm install --global base16-builder
base16-builder -b dark -s phd -t xresources > ~/.Xresources

X FreeType

X FreeType can be configured through properties documented in fonts-conf .

Xft.antialias: 1
Xft.autohint: 0
Xft.dpi: 180
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
Xft.rgba: rgb

Configuration FAQs