This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/x/xresources

27 lines
461 B
Plaintext
Raw Normal View History

#define primaryfont xft:Terminus-8
2016-01-06 11:55:04 -06:00
#define secondaryfont xft:Open Sans-9
#define iconfont xft:stlarch-9
2016-04-18 01:32:07 -05:00
#define primaryletterspace 0
2016-01-06 11:55:04 -06:00
2016-01-19 01:20:43 -06:00
#define emacspfont Monaco 9
2016-01-06 11:55:04 -06:00
*font: primaryfont
*faceName: primaryfont
*boldFont: primaryfont
*letterSpace: primaryletterspace
*scrollBar: false
*cursorUnderline: true
*cursorBlink: true
*termName: rxvt-unicode
*intensityStyles: true
*utf8: 2
2016-01-19 01:20:43 -06:00
emacs.font: emacspfont
2016-01-06 11:55:04 -06:00
*depth: 32
2016-04-20 16:09:02 -05:00
URxvt.internalBorder: 5
Xcursor.theme: human
2016-01-06 11:55:04 -06:00