-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Xdefaults
86 lines (74 loc) · 2.1 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
!Xft settings {
!Xft.antialias: true
!Xft.hinting: true
!Xft.hintstyle: hintslight
!Xft.rgba: none
Xft.dpi: 96
!Xft.lcdfilter: lcdnone
!}
!Cursor theme {
Xcursor*theme: aero
Xcursor*size: 16
!}
!URxvt Settings {
URxvt*title:rxvt-unicode
URxvt*iconName:urxvt
URxvt*termName:rxvt-unicode
URxvt*geometry:98x28
URxvt*borderLess:false
URxvt*externalBorder:1
URxvt*internalBorder:0
URxvt*visualBell:false
URxvt*highlightSelection:True
URxvt*buffered:true
URxvt*saveLines:4000
URxvt*perl-ext-common:matcher,selection,selection-autotransform,-searchable-scrollback,-readline
URxvt.selection-autotransform.0: s/^([^:[:space:]]+):(\\d+):?$/vim +$2 \\Q$1\\E\\x0d/
cutchars:"()*,<>[]{}|'"
URxvt.matcher.button:1
URxvt*urlLauncher:chromium
URxvt.underlineURLs:true
URxvt.perl-ext:url-select
URxvt.keysym.M-u:perl:url-select:select_next
URxvt*eightBitInput:true
URxvt*inputMethod:SCIM
URxvt*multichar_encoding:utf-8
URxvt*preeditType:OverTheSpot,Root
URxvt*imLocale:en_US.UTF-8
!}
!Scroll and mousewheel {
URxvt*jumpScroll:true
URxvt*skipScroll:true
URxvt*scrollBar:false
URxvt*scrollBar_right:false
URxvt*scrollstyle:plain
URxvt*secondaryScroll:true
URxvt*scrollTtyOutput:false
URxvt*scrollWithBuffer:true
URxvt*scrollTtyKeypress:true
URXvt*mouseWheelScrollPage:false
!}
!URxvt Fonts {
!URxvt*font: -*-terminus-medium-*-*-*-14-*-*-*-*-*-*-u
!URxvt.boldFont: -*-terminus-bold-*-*-*-14-*-*-*-*-*-*-u
!URxvt*font: xft:Droid Sans Mono:size=11
!URxvt*font: xft:Dejavu Sans Mono:size=12
!URxvt*font: xft:Liberation Mono:pixelsize=15
URxvt*font: xft:Ubuntu Mono:size=13
!}
!URxvt Color Settings {
! Color Scheme
!#include "/home/zetoke/.xcolors/librec00kiez"
!#include "/home/zetoke/.xcolors/solarized_light"
!#include "/home/zetoke/.xcolors/solarized_dark"
#include "/home/zetoke/.xcolors/Tommorow_Night"
URxvt*depth:32
URxvt*dynamicColors:on
!URxvt*cursorColor:#888888
!URxvt*cursorBlink:false
!URxvt*cursorUnderline:false
!URxvt*pointerColor:gray
!URxvt*pointerColorBackground:black
!URxvt*pointerBlank:false
!URxvt*pointerBlankDelay:2
! vim:nospell foldmethod=marker:foldmarker={,}:foldlevel=0