-
Notifications
You must be signed in to change notification settings - Fork 2
/
.Xresources
63 lines (51 loc) · 2.23 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
# transparency - true or false (default)
URxvt*transparent:false
# tint with any color; i.e., blue, red, tomato4, olivedrab2, etc.
# some nice listings are at:
# http://www.nisrv.com/modules.php?name=Hex_Colors
# http://www.htmlgoodies.com/tutorials/colors/article.php/3478921
URxvt*tintColor:darkblue
# font color (default is black)
URxvt*foreground:White
# background color (prior to tinting) (default is white)
URxvt*background:Black
URxvt*depth:32
# shading - 0 to 99 darkens, 101 to 200 lightens.
# Don't use with tintColor; use a darker or lighter color instead.
#URxvt*shading:40
# scrollback buffer lines - 65535 is max (64 is default)
URxvt*saveLines:4000
# url selection (package url select : urvt-url-select
URxvt*perl-lib: /home/emeric/.config/urxvt/perl
URxvt*perl-ext-common: default,url-select
URxvt*keysym*M-u: perl:url-select:select_next
URxvt*urlLauncher: firefox
URxvt*underlineURLs: true
#URxvt*keysym.M-c: perl:clipboard:copy
#URxvt*keysym.M-v: perl:clipboard:paste
#URxvt*keysym.M-C-v: perl:clipboard:paste_escaped
#URxvt*keysym.M-Escape: perl:keyboard-select:activate
#URxvt*copyCommand: xsel -ib
#URxvt*pasteCommand: xsel -ob
# xft fonts - anti-aliased xft font setup is nice, but can be choppy
#URxvt*font: xft:Bitstream Vera Sans Mono:pixelsize=16
#URxvt*font: xft:Deja Vu Sans Mono for Powerline:pixelsize=14
URxvt*font: xft:Deja Vu Sans Mono for Powerline:pixelsize=13
#URxvt*font: xft:Terminus:pixelsize=14
#URxvt*font: xft:Sazanami Gothic:pixelsize=16
# traditional fonts - a more traditional font setup in lieu of xft
#URxvt*font:-*-courier-medium-r-normal-*-*-140-*-*-*-*-iso8859-1
#URxvt*boldFont:-*-courier-bold-r-normal-*-*-140-*-*-*-*-iso8859-1
# Replace blue folder colors with a lighter shade for clarity. To
# set colored folders and files within urxvt, xterm, and aterm, add
# the following line to your ~/.bashrc ($HOME/.bashrc) file under
# the heading "# User specific aliases and functions":
# alias ls="ls -h --color=auto"
URxvt*color4:RoyalBlue
URxvt*color12:RoyalBlue
# scrollbar - true (default) or false
URxvt*scrollBar:true
# scrollbar position - left=false (default) or right=true
URxvt*scrollBar_right:false
# scrollbar style - rxvt (default), plain, next, or xterm
URxvt*scrollstyle:rxvt