-
Notifications
You must be signed in to change notification settings - Fork 4
/
.Xdefaults
executable file
·107 lines (92 loc) · 2.74 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Xft.dpi: 130
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintslight
Xcursor.theme: Vanilla-DMZ
#ifdef SRVR_lilim
*font: xft:Inconsolata Regular:family=mono:size=15:lang=pl:antialias=true:hinting=true
*boldFont: xft:Inconsolata Regular:family=mono:size=15:lang=pl:antialias=true:hinting=true:Bold
#else
*font: xft:Inconsolata Regular:family=mono:size=14:lang=pl:antialias=true:hinting=true
*boldFont: xft:Inconsolata Regular:family=mono:size=14:lang=pl:antialias=true:hinting=true:Bold
#endif
ranger*font: xft:Inconsolata Regular:family=mono:size=24:lang=pl:antialias=true:hinting=true
ranger*boldFont: xft:Inconsolata Regular:family=mono:size=24:lang=pl:antialias=true:hinting=true:Bold
ncmpcpp*font: xft:Inconsolata Regular:family=mono:size=24:lang=pl:antialias=true:hinting=true
ncmpcpp*boldFont: xft:Inconsolata Regular:family=mono:size=24:lang=pl:antialias=true:hinting=true:Bold
! font-size
URxvt.font-size.step: 1
! Disable printing
*print-pipe: "cat > /dev/null"
*scrollBar: false
*internalBorder: false
*externalBorder: false
*thickness: 0
*borderWidth: 1
! Fake Transparency
!*transparent: true
!*shading:35
! for colors
*depth: 24
! Clickable links
*perl-ext-common: default,font-size,matcher,-option-popup,-selection-popup,-realine
!*url-launcher: /usr/bin/chromium
*url-launcher: brave
*matcher.button: 1
*colorUL: #a6c9f8
! disable default ctrl+shift bindings
*iso14755: false
*iso14755_52: false
! configuration for selecting and pasting
*copyCommand: xsel -ib
*pasteCommand: xsel -ob
! scrolling stops once you go back
*scrollTtyOutput: false
*scrollWithBuffer: true
*scrollTtyKeypress: true
*mouseWheelScrollPage: false
*background: #242424
*foreground: #e9e9e9
*cursorColor: #ffffff
*cursorColor2: #000000
*cursorBlink: false
*saveLines: 10000
*cutchars: "`'\",;@&*=|?()<>[]{}"
!! Colors !!
! Black
*color0: #2E3436
*color8: #555753
! Red
*color1: #CC0000
*color9: #EF2929
! Green (White)
!*color2: #EBEBEB
*color2: #afd700
*color10: #afd700
! Yellow
*color3: #C4A000
*color11: #FCE94F
! Blue
*color4: #3465A4
*color12: #729FCF
! Purple
*color5: #75507B
*color13: #AD7FA8
! Cyan (Blue)
*color6: #7e9fd5
*color14: #34E2E2
! White
*color7: #D3D7CF
*color15: #EEEEEC
! Xterm
!xterm*faceName: xft:Terminus:size=14
!xterm*toolBar: false
!xterm*background: #191919
!xterm*foreground: white
!xterm*cursorColor: LightBlue
!xterm*pointerShape: arrow
!xterm*pointerColor: blue
!xterm*scrollTtyOutput: false
!xterm*scrollKey: true
!xterm*geometry: 80x25