54 lines
1.4 KiB
Plaintext
Executable file
54 lines
1.4 KiB
Plaintext
Executable file
# Some of my favorite font setups...
|
|
# *font: xft:Monaco for Powerline-9
|
|
# *faceName: xft:Monaco for Powerline-9
|
|
# *boldFont: xft:Monaco for Powerline-9
|
|
# *letterSpace: -1
|
|
|
|
# *font: xft:artwiz lemon-8
|
|
# *faceName: xft:artwiz lemon-8
|
|
# *boldFont: xft:artwiz lemon-8
|
|
# *letterSpace: 0
|
|
|
|
# *font: xft:xos4 Terminess Powerline-8
|
|
# *faceName: xft:xos4 Terminess Powerline-8
|
|
# *boldFont: xft:xos4 Terminess Powerline-8
|
|
# *letterSpace: 0
|
|
|
|
# Set fonts in "$HOME/.Xresources.env"
|
|
*font: xft:xos4 Termines:pixelsize=14,xft:Font Awesome 5 Free:pixelsize=14,xft:FreeSans:pixelsize=14
|
|
*faceName: xft:xos4 Terminus:pixelsize=14,xft:Font Awesome 5 Free:pixelsize=14,xft:FreeSans:pixelsize=14
|
|
*boldFont: xft:xos4 Terminus:pixelsize=14,xft:Font Awesome 5 Free:pixelsize=14,xft:FreeSans:pixelsize=14
|
|
*letterSpace: 0
|
|
|
|
# rxvt-unicode configuration
|
|
*termName: rxvt-unicode
|
|
*scrollBar: false
|
|
*cursorUnderline: true
|
|
*cursorBlink: true
|
|
*intensityStyles: true
|
|
*utf8: 1
|
|
*scaleHeight: 1
|
|
*depth: 32
|
|
URxvt.internalBorder: 24
|
|
URxvt.perl-ext-common: default,matcher,resize-font
|
|
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
|
URxvt.resize-font.smaller: C-Down
|
|
URxvt.resize-font.bigger: C-Up
|
|
URxvt.url-launcher: /usr/bin/xdg-open
|
|
URxvt.matcher.button: 1
|
|
URxvt.depth: 0
|
|
URxvt*iso14755: False
|
|
|
|
# Other Xorg configuration
|
|
Xcursor.theme: human
|
|
|
|
# DPI config
|
|
*dpi: 92
|
|
Xft.dpi: 92
|
|
*autohint: 0
|
|
*lcdfilter: lcddefault
|
|
*hintstyle: hintfull
|
|
*hinting: 1
|
|
*antialias: 1
|
|
*rgba: rgb
|