forked from blakespot/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources
64 lines (57 loc) · 1.89 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
! Set the style of the scrollbar: rxvt (default), plain, next, xterm
URxvt.scrollstyle: rxvt
! To disable the scrollbar
URxvt.scrollBar: false
! Set loginShell
URxvt.loginShell: true
!-*- Perl extensions -*-
URxvt.perl-ext-common:default,clipboard,matcher,keyboard-select,font-size
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.urlLauncher: /usr/bin/google-chrome
URxvt.underlineURLs: True
URxvt.matcher.button: 1
URxvt.keysym.M-Escape:perl:keyboard-select:activate
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
!URxvt.copyCommand: xsel -ib
!URxvt.pasteCommand: xsel -ob
URxvt.iso14755: false
URxvt.iso14755_52: false
!URxvt.perl-ext-common: ...,font-size
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-S-Up: perl:font-size:incglobal
URxvt.keysym.C-S-Down: perl:font-size:decglobal
URxvt.iconFile: /usr/share/icons/hicolor/scalable/apps/Terminal.svg
!URxvt*font: xft:Liberation Mono:pixelsize=14:antialias=true:hinting=true
!URxvt*font: xft:Inconsolata:pixelsize=14:antialias=true:hinting=true
URxvt*font: xft:Terminus:pixelsize=14:antialias=true:hinting=true
!URxvt*font: xft:Droid Sans Mono:pixelsize=14:antialias=true:hinting=true
!URxvt*font: xft:Source Code Pro Semibold:pixelsize=14:antialias=true:hinting=true
!URxvt*font: xft:Monaco:pixelsize=14:antialias=true:hinting=true
URxvt*termName: rxvt-color
! black
URxvt*color: #141414
URxvt*color8: #5C585C
! red
URxvt*color1: #F54E00
URxvt*color9: #FF0000
! green
URxvt*color2: #45ED6F
URxvt*color10: #00FF11
! yellow
URxvt*color3: #C4DE50
URxvt*color11: #DDFF00
! blue
URxvt*color4: #4756F5
URxvt*color12: #002BFF
! magenta
URxvt*color5: #EE69FA
URxvt*color13: #FF00DD
! cyan
URxvt*color6: #6CF7EB
URxvt*color14: #07B099
! white
URxvt*color7: #D6D6D6
URxvt*color15: #FFFFFF