-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
63 lines (55 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
!! colourscheme
! Dracula Xresources palette
*.foreground: #F8F8F2
*.background: #282A36
*.color0: #000000
*.color8: #4D4D4D
*.color1: #FF5555
*.color9: #FF6E67
*.color2: #50FA7B
*.color10: #5AF78E
*.color3: #F1FA8C
*.color11: #F4F99D
*.color4: #BD93F9
*.color12: #CAA9FA
*.color5: #FF79C6
*.color13: #FF92D0
*.color6: #8BE9FD
*.color14: #9AEDFE
*.color7: #BFBFBF
*.color15: #E6E6E6
!
! cursor size fix
Xcursor.size: 16
! resize font requires 'urxvt-resize-font-git' from the AUR
URxvt.perl-ext-common: default,clipboard,selection-to-clipboard,matcher,resize-font
!! URxvt Appearance
URxvt.font: xft:iMWritingMono Nerd Font Mono:style=Regular:size={{ term_font_size }}:antialias=true:autohint=true
URxvt.boldFont: xft:iMWritingMono Nerd Font Mono:style=Bold:size={{ term_font_size }}:antialias=true:autohint=true
URxvt.italicFont: xft:iMWritingMono Nerd Font Mono:style=Italic:size={{ term_font_size }}:antialias=true:autohint=true
URxvt.boldItalicfont: xft:iMWritingMono Nerd Font Mono:style=Bold Italic:size={{ term_font_size }}:antialias=true:autohint=true
URxvt.cursorBlink: true
URxvt.cursorUnderline: false
URxvt.saveline: 2048
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.urgentOnBell: false
URxvt.depth: 24
URxvt.clipboard.autocopy: true
URxvt.keysym.C-C: perl:clipboard:copy
URxvt.keysym.C-V: perl:clipboard:paste_escaped
URxvt.geometry: 400x400
!URxvt.keysym.C-V: perl:clipboard:paste_escaped
URxvt.matcher.button: 1
URxvt.url-launcher: firefox
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
! add back ctrl + arrows movement
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Control-Left: \033[1;5D
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.keysym.C-Down: resize-font:smaller
URxvt.keysym.C-Up: resize-font:bigger