-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
86 lines (72 loc) · 2.72 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
URxvt*termName: rxvt-unicode-256color
URxvt.urgentOnBell: off
URxvt.visualBell: off
URxvt.iso14755: off
URxvt.iso14755_52: off
URxvt.meta8: true
URxvt.depth: 32
URxvt.iconFile: /usr/share/icons/Humanity/apps/128/utilities-terminal.svg
URxvt.internalBorder: 0
URxvt.externalBorder: 0
URxvt.scrollBar: off
URxvt.saveLines: 1024
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
URxvt.scrollTtyKeypress: true
URxvt.inheritPixmap: false
URxvt.fading: 0
URxvt.background: rgba:0000/0000/0000/fafa
URxvt.foreground: 15
URxvt.font: xft:Iosevka Nerd Font:regular:pixelsize=16:antialias=true:hinting=true
URxvt.boldFont: xft:Iosevka Nerd Font:bold:pixelsize=16:antialias=true:hinting=true
URxvt.italicFont: xft:Iosevka Nerd Font:italic:pixelsize=16:antialias=true:hinting=true
URxvt.boldItalicFont: xft:Iosevka Nerd Font:bold:italic:pixelsize=16:antialias=true:hinting=true
URxvt.letterSpace: true
! Disable screen printing by overriding the default print pipe.
URxvt.print-pipe: "cat >/dev/null"
URxvt.keysym.Shift-Up: \033[1;2A
URxvt.keysym.Shift-Down: \033[1;2B
URxvt.keysym.Shift-Right: \033[1;2C
URxvt.keysym.Shift-Left: \033[1;2D
URxvt.keysym.Control-b: \002
URxvt.keysym.Control-c: \003
URxvt.keysym.Control-r: \022
URxvt.keysym.Control-v: \026
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Control-Page_Up: \033[5;5~
URxvt.keysym.Control-Page_Down: \033[6;5~
URxvt.perl-lib: ${HOME}/.urxvt/ext/perls
URxvt.perl-ext-common: url-select,clipboard,default,matcher,-option-popup,-searchable-scrollback,-selection-popup
URxvt.url-select.button: 1
URxvt.url-select.launcher: x-www-browser
URxvt.clipboard.copycmd: xsel --input --clipboard
URxvt.clipboard.pastecmd: xsel --output --clipboard
URxvt.keysym.Control-Shift-C: perl:clipboard:copy
URxvt.keysym.Control-Shift-V: perl:clipboard:paste
URxvt.color0: #000000
URxvt.color1: #cd0000
URxvt.color2: #00cd00
URxvt.color3: #cdcd00
URxvt.color4: #1e90ff
URxvt.color5: #cd00cd
URxvt.color6: #00cdcd
URxvt.color7: #e5e5e5
URxvt.color8: #4c4c4c
URxvt.color9: #ff0000
URxvt.color10: #00ff00
URxvt.color11: #ffff00
URxvt.color12: #4682b4
URxvt.color13: #ff00ff
URxvt.color14: #00ffff
URxvt.color15: #ffffff
! Enable the extended coloring options
rofi.color-enabled: true
! bg border separator
rofi.color-window: #282828, #a89984, #a89984
! bg fg bg-alt hl-bg hl-fg
rofi.color-normal: #282828, #ebdbb2, #32302f, #665c54, #fbf1c7
rofi.color-active: #d79921, #282828, #d79921, #fabd2f, #282828
rofi.color-urgent: #cc241d, #282828, #cc241d, #fb4934, #282828