-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
95 lines (77 loc) · 2.24 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
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
!! Colorscheme
! special
*.foreground: #bebebe
*.background: #2a2a2a
!*.cursorColor: #937f74
! black
*.color0: #2a2a2a
*.color8: #3a3a3a
! red
*.color1: #637a8a
*.color9: #637a8a
! green
*.color2: #aa8f7c
*.color10: #aa8f7c
! yellow
*.color3: #8b8f7e
*.color11: #8b8f7e
! blue
*.color4: #987a6b
*.color12: #987a6b
! magenta
*.color5: #877979
*.color13: #877979
! cyan
*.color6: #937f74
*.color14: #937f74
! white
*.color7: #bebebe
*.color15: #bebebe
!! Fonts
Xft.autohint: true
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: true
Xft.antialias: true
Xft.rgba: rgb
Xft.dpi: 96
!! Xterm
XTerm.vt100.scrollBar: false
XTerm*internalBorder: 30
!! URxvt Appearance
*.font: xft:SF Mono:style=Regular:pixelsize=15,xft:Noto Serif CJK JP:style=SemiBold:size=11,xft:symbola:size=12:minspace=False
*.boldFont: xft:SF Mono:style=Semibold:pixelsize=15,xft:Noto Serif CJK JP:style=Black:size=11
*.italicFont: xft:Victor Mono:style=Medium Italic:pixelsize=15,xft:Noto Serif CJK JP:style=Italic:size=11
*.boldItalicFont: xft:Victor Mono:style=Bold Italic:pixelsize=15,xft:Noto Serif CJK JP:style=Bold Italic:size=11
URxvt.letterSpace: 0
URxvt.lineSpace: 1
URxvt.geometry: 92x26
URxvt.internalBorder: 30
URxvt.cursorBlink: true
URxvt.cursorUnderline: false
URxvt.saveline: 2048
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.scrollTtyOutput: false
URxvt.depth: 32
URxvt.iso14755: false
URxvt.iconFile: /home/rayes/.icons/Papirus-Dark-Custom/22x22/apps/utilities-terminal.svg
URxvt.urgentOnBell: true
URxvt.visualBell: false
URxvt.bell-command: notify-send -h string:x-canonical-private-synchronous:urxvtbell -i bell "urxvt" "bell"
!! Common Keybinds for Navigations
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Control-Left: \033[1;5D
!! Perls
URxvt.perl-ext-common : default,keyboard-select,resize-font,url-select,bell-command,confirm-paste,prevent-close
URxvt.keysym.A-Escape: perl:keyboard-select:activate
URxvt.keyboard-select.clipboard: true
URxvt.resize-font.step: 0.5
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: url-parse
!! Rofi
rofi.font: Noto Sans 11