-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathXdefaults
54 lines (44 loc) · 1.54 KB
/
Xdefaults
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
!!Xft.dpi: 96
!!Xft.antialias: false
!!Xft.rgba: rgb
!!Xft.hinting: true
!!Xft.hintstyle: hintslight
!-------------------------------------------------------------------------------
! URxvt settings
! Colours lifted from Solarized (http://ethanschoonover.com/solarized)
! More info at:
! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
!-------------------------------------------------------------------------------
URxvt.depth: 32
URxvt.geometry: 90x30
URxvt.transparent: false
URxvt.fading: 0
! URxvt.urgentOnBell: true
! URxvt.visualBell: true
URxvt.loginShell: true
URxvt.saveLines: 1000000
!URxvt.internalBorder: 3
URxvt.lineSpace: 0
URxvt.externalBorder: 3
URxvt.internalBorder: 3
vim.internalBorder: 0
vim.externalBorder: 0
!URxvt.borderLess: true
URxvt*inheritPixmap: true
! Fix font space
!URxvt*letterSpace: -1
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Perl extensions
URxvt.perl-ext-common: default,matcher
URxvt.matcher.button: 1
URxvt.urlLauncher: firefox
! Cursor
URxvt.cursorBlink: true
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true