summary refs log tree commit diff stats
path: root/xresources/.xresources/main
blob: f8a72693a2c852d7d0476392c0e50cc1628409b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#include "base16-mexico-light-256"

Xcursor.theme:            Neutral
Xcursor.size:             22

Emacs.ToolBar:            off
Emacs.MenuBar:            off
Emacs.ScrollBars:         off
Emacs.CursorBlink:        off

URxvt.fading:             0
URxvt.geometry:           100x40
URxvt.urgentOnBell:       true

URxvt.scrollBar:          false
URxvt.scrollstyle:        plain
URxvt.scrollTtyOutput:    false
URxvt.scrollWithBuffer:   true
URxvt.scrollTtyKeypress:  true
URxvt.saveLines:          16384
URxvt.secondaryScroll:    false

URxvt.font:               xft:monospace:size=10
URxvt.boldFont:           xft:monospace:bold:size=10
URxvt.intensityStyles:    true

URxvt.pointerBlank:       true
URxvt.pointerBlankDelay:  987654321
URxvt.letterSpace:        0

Emacs.Font:                         -Misc-Fixed-normal-normal-normal-*-14-*-*-*-c-70-iso10646-1
Emacs.fixed-pitch.attributeFont:    -Misc-Fixed-normal-normal-normal-*-14-*-*-*-c-70-iso10646-1
Emacs.variable-pitch.attributeFont: -*-PT Sans-medium-r-*-*-14-*-*-*-*-*-*-*

! Local Variables:
! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name))
! End: