4ac46ca22d
colors for TTYs, new aliases, etc.
54 lines
1.5 KiB
Plaintext
Executable file
54 lines
1.5 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 Terminuss Powerline-8
|
|
# *faceName: xft:xos4 Terminuss Powerline-8
|
|
# *boldFont: xft:xos4 Terminuss Powerline-8
|
|
# *letterSpace: 0
|
|
|
|
# Set fonts in "$HOME/.Xresources.env"
|
|
URxvt*font: xft:Iosevka Nerd Font:pixelsize=14,xft:Font Awesome 5 Free:pixelsize=14,xft:FreeSans:pixelsize=14
|
|
URxvt*faceName: xft:Iosevka Nerd Font:pixelsize=14,xft:Font Awesome 5 Free:pixelsize=14,xft:FreeSans:pixelsize=14
|
|
URxvt*boldFont: xft:Iosevka Nerd Font:pixelsize=14:style=bold,xft:Font Awesome 5 Free:pixelsize=14,xft:FreeSans:pixelsize=14
|
|
URxvt*letterSpace: 0
|
|
|
|
# rxvt-unicode configuration
|
|
URxvt*termName: rxvt-unicode
|
|
URxvt*scrollBar: false
|
|
URxvt*cursorUnderline: true
|
|
URxvt*cursorBlink: true
|
|
URxvt*intensityStyles: true
|
|
URxvt*utf8: 1
|
|
URxvt*scaleHeight: 1
|
|
URxvt*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
|