-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.Xresources
76 lines (56 loc) · 1.35 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
! monitor settings
Xft.dpi: 96
! font settings
URxvt.font: xft:Iosevka:size=13
URxvt.letterSpace: 0
URxvt.lineSpace: 1
! clickable urls
URxvt.urlLauncher: /usr/bin/brave
! sxiv settings
Sxiv.font: xft:Hack:size=11
! perl extensions
URxvt.perl-ext-common: selection-to-clipboard,resize-font
! using clipboard functionalities
URxvt.clipboard.autocopy: true
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
! terminal colours
! special
*.foreground: #c7ccd1
*.background: #1c2023
*.cursorColor: #c7ccd1
! black
*.color0: #1c2023
*.color8: #747c84
! red
*.color1: #c7ae95
*.color9: #c7ae95
! green
*.color2: #95c7ae
*.color10: #95c7ae
! yellow
*.color3: #aec795
*.color11: #aec795
! blue
*.color4: #ae95c7
*.color12: #ae95c7
! magenta
*.color5: #c795ae
*.color13: #c795ae
! cyan
*.color6: #95aec7
*.color14: #95aec7
! white
*.color7: #c7ccd1
*.color15: #f3f4f5
! remove ugly scrollbar on left
URxvt.scrollBar: false
! disable a default key-binding for font-resize plugin to work
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.keysym.C-Down: resize-font:smaller
URxvt.keysym.C-Up: resize-font:bigger
Xcursor.theme: volantes_cursors
!rofi config
! Font to use
rofi.font: mono 13