-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources
127 lines (102 loc) · 2.68 KB
/
Xresources
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
! @Author: Wasif Malik ([email protected])
!............!
! Functional !
!............!
URxvt.hold: false
!............!
! Appearance !
!............!
! Colors from /etc/X11/rgb.txt
URxvt.title: rxvt
URxvt.internalBorder: 5
URxvt.scrollBar: true
URxvt.scrollBar_right: true
URxvt*saveLines:128000
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
URxvt.scrollstyle: plain
URxvt.scrollColor: CornflowerBlue
URxvt.thickness: 6
URxvt.visualBell: false
URxvt.mapAlert: true
! Taken from http://bastian.rieck.ru/blog/posts/2013/making_urxvt_beautiful/
urxvt*transparent: true
URxvt.shading: 5
!............!
! Fonts !
!............!
! URxvt*font: xft:Inconsolata:size=8
URxvt*font: xft:Fira Code:size=8
!URxvt.letterSpace: 1
!............!
! Colors !
!............!
URxvt*colorBD: RoyalBlue1
URxvt*colorIT: pink
URxvt*foreground: white
URxvt*background: black
! Taken from http://bastian.rieck.ru/blog/posts/2013/making_urxvt_beautiful/
*color0: #2E3436
*color1: #ef2929
*color2: #4E9A06
*color3: #C4A000
*color4: #3465A4
*color5: #75507B
*color6: #f57900
*color7: #babdb9
*color8: #555753
*color9: #EF2929
*color10: #8AE234
*color11: #FCE94F
*color12: #729FCF
*color13: #AD7FA8
*color14: #fcaf3e
*color15: #EEEEEC
URxvt*cursorColor: yellow
URxvt*cursorBlink: 1
! Fading (works only when transparent is false)
!URxvt*fadeColor: gray
!URxvt.depth: 32
!URxvt.fading: 25
! Urgency hooks
URxvt.urgentOnBell: true
! Other custom settings
URxvt*loginShell: true
URxvt.perl-ext-common: default,font-size,keyboard-select,clipboard,url-select,confirm-paste,selection-to-clipboard
URxvt.perl-lib: ~/.urxvt/ext
URxvt.url-launcher: /usr/bin/firefox
URxvt.keysym.C-S-Up: perl:font-size:incglobal
URxvt.keysym.C-S-Down: perl:font-size:decglobal
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
URxvt.keysym.C-S-0x004b: perl:font-size:increase
URxvt.keysym.C-S-0x004a: perl:font-size:decrease
! For keyboard-select
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.clipboard.autocopy: true
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.iso14755: false
URxvt.iso14755_52: false
! Dzen2 settings
dzen2.font: xft:Inconsolata:pixelsize=12
dzen2.foreground: white
dzen2.background: black
! For HiDPI displays
Xft.dpi: 192
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
rofi.modi: combi
rofi.combi-modi: window,ssh,drun,run
rofi.terminal: urxvt
rofi.lines: 5
rofi.dpi: 1
rofi.cycle: false
rofi.show-icons: true
rofi.fake-transparency: true