-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xdefaults
40 lines (34 loc) · 908 Bytes
/
.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
URxvt.scrollstyle: plain
URxvt.font: xft:JetBrains Mono:size=9
! Background color
URxvt*background: black
urxvt*transparent: true
urxvt*shading: 30
! Цвет шрифта
URxvt*foreground: green
! Другие цвета
URxvt*color0: black
URxvt*color1: red3
URxvt*color2: green3
URxvt*color3: yellow3
URxvt*color4: blue2
URxvt*color5: magenta3
URxvt*color6: cyan3
URxvt*color7: gray90
URxvt*color8: grey50
URxvt*color9: red
URxvt*color10: green
URxvt*color11: yellow
URxvt*color12: blue
URxvt*color13: magenta
URxvt*color14: cyan
URxvt*color15: white
! Расширения
URxvt.perl-ext-common: default, clipboard, url-select, keyboard-select
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.urlLauncher: google-chrome
URxvt.underlineURLs: true
URxvt.urlButton: 1