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/env/x/xresources

32 lines
654 B
Plaintext
Raw Normal View History

2016-07-15 16:27:19 -05:00
#define primaryfont xft:Terminus-16
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-07-15 16:27:19 -05:00
URxvt.internalBorder: 8
2016-04-20 16:09:02 -05:00
Xcursor.theme: human
2016-01-06 11:55:04 -06:00
2016-07-15 16:27:19 -05:00
URxvt.perl-ext-common: default,matcher,keyboard-select
URxvt.keysym.M-Escape: perl:keyboard-select:activate
2016-07-14 15:22:19 -05:00
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt*iso14755: False