-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
84 lines (69 loc) · 2.29 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
! urxvt
URxvt*geometry: 115x40
!URxvt*font: xft:Liberation Mono:pixelsize=14:antialias=false:hinting=true
!URxvt*boldFont: xft:Liberation Mono:bold:pixelsize=14:antialias=false:hinting=true
!URxvt*font: xft:Inconsolata:pixelsize=14:antialias=true:hinting=true
!URxvt*boldFont: xft:Inconsolata:bold:pixelsize=17:antialias=false:hinting=true
!URxvt*font: xft:Roboto Mono:pixelsize=14:antialias=true:hinting=true
!URxvt*boldFont: xft:Roboto Mono:bold:pixelsize=17:antialias=false:hinting=true
!URxvt*font: xft:Roboto Mono:pixelsize=14:hinting=true
!URxvt*boldFont: xft:Roboto Mono:bold:pixelsize=17:hinting=true
URxvt*font: xft:Roboto Mono for Powerline:pixelsize=19:hinting=true
URxvt*boldFont: xft:Roboto Mono for Powerline:bold:pixelsize=22:hinting=true
URxvt*depth: 24
URxvt*borderless: 1
URxvt*scrollBar: true
URxvt*scrollBar_right: true
URxvt*thickness: 12
URxvt*scrollColor: #1E1E1E
URxvt*saveLines: 2000
URxvt.transparent: true
URxvt*.shading: 10
! Meta modifier for keybindings
!URxvt.modifier: super
!! perl extensions
URxvt.perl-ext: default,url-select,clipboard,font-size,keyboard-select
! url-select (part of urxvt-perls package)
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.autocopy: true
URxvt.url-select.button: 2
URxvt.url-select.launcher: firefox
URxvt.url-select.underline: true
! keyboard-select
URxvt.keysym.M-r: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
! Nastavuje kopirovani
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
! disable the stupid ctrl+shift 'feature'
URxvt.iso14755: false
URxvt.iso14755_52: false
!!Source http://github.com/altercation/solarized
!urxvt color scheme:
URxvt*background: #2B2B2B
URxvt*foreground: #DEDEDE
URxvt*colorUL: #86a2b0
! black
URxvt*color0 : #2E3436
URxvt*color8 : #555753
! red
URxvt*color1 : #CC0000
URxvt*color9 : #EF2929
! green
URxvt*color2 : #4E9A06
URxvt*color10 : #8AE234
! yellow
URxvt*color3 : #C4A000
URxvt*color11 : #FCE94F
! blue
URxvt*color4 : #3465A4
URxvt*color12 : #729FCF
! magenta
URxvt*color5 : #75507B
URxvt*color13 : #AD7FA8
! cyan
URxvt*color6 : #06989A
URxvt*color14 : #34E2E2
! white
URxvt*color7 : #D3D7CF
URxvt*color15 : #EEEEEC