-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
152 lines (128 loc) · 4.18 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
! Color scheme
! A nice website for configure colorscheme: https://terminal.sexy/
! special
*.foreground: #c5c8c6
*.background: #1d1f21
*.cursorColor: #c5c8c6
! black
*.color0: #282a2e
*.color8: #5c6168
! red
*.color1: #a54242
*.color9: #cc6666
! green
*.color2: #579440
*.color10: #6cbd68
! yellow
*.color3: #ded35f
*.color11: #f0de74
! blue
*.color4: #29629F
*.color12: #81a2be
! magenta
*.color5: #85678f
*.color13: #b294bb
! cyan
*.color6: #5e8d87
*.color14: #8abeb7
! white
*.color7: #707880
*.color15: #c5c8c6
! Highlight underlined text (links)
!URxvt.underlineColor: blue
! Cursor blinking
URxvt.cursorBlink: true
! Set fount
URxvt*font: xft:LiterationMonoPowerline Nerd Font:pixelsize=13:style=regular
URxvt*boldFont: xft:LiterationMonoPowerline Nerd Font:bold:pixelsize=13:style=regular
URxvt.iconFile: .config/awesome/themes/icons/terminal.png
! Enable scrollbar
URxvt*scrollBar: true
URxvt*scrollBar_right: true
URxvt.scrollstyle: plain
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
! Load plugins
URxvt.perl-ext-common: default,matcher,tabbedex,keyboard-select,eval
! Plugins
! Copy/Paste
URxvt.keysym.S-Insert: eval:paste_clipboard
URxvt.keysym.C-Insert: eval:section_to_clipboard
URxvt.keysym.C-0xff63: eval:section_to_clipboard
URxvt.keysym.C-0xff9e: eval:section_to_clipboard
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.iso14755 : false
URxvt.iso14755_52: False
! Links are clickable on left mouse button
URxvt.matcher.button: 1
! Activate keyboard-select mode
URxvt.keysym.M-Escape: perl:keyboard-select:activate
! Tabbedex configuration
URxvt.tabbed.new-button: no
URxvt.tabbed.autohide: yes
URxvt.tabbed.no-tabbedex-keys: yes
URxvt.keysym.Meta-p: perl:tabbedex:prev_tab
URxvt.keysym.Meta-n: perl:tabbedex:next_tab
URxvt.keysym.Meta-t: perl:tabbedex:new_tab
URxvt.keysym.Meta-r: perl:tabbedex:rename_tab
URxvt.keysym.Meta-c: perl:tabbedex:kill_tab
URxvt.keysym.Meta-h: perl:tabbedex:move_tab_left
URxvt.keysym.Meta-l: perl:tabbedex:move_tab_right
URxvt.keysym.Meta-1: perl:tabbedex:goto_tab_1
URxvt.keysym.Meta-2: perl:tabbedex:goto_tab_2
URxvt.keysym.Meta-3: perl:tabbedex:goto_tab_3
URxvt.keysym.Meta-4: perl:tabbedex:goto_tab_4
URxvt.keysym.Meta-5: perl:tabbedex:goto_tab_5
URxvt.keysym.Meta-6: perl:tabbedex:goto_tab_6
URxvt.keysym.Meta-7: perl:tabbedex:goto_tab_7
URxvt.keysym.Meta-8: perl:tabbedex:goto_tab_8
URxvt.keysym.Meta-9: perl:tabbedex:goto_tab_9
URxvt.keysym.Meta-0: perl:tabbedex:goto_tab_10
URxvt.tabbed.tabbar-fg: 15
URxvt.tabbed.tabbar-bg: 237
URxvt.tabbed.tab-fg: 237
URxvt.tabbed.tab-bg: 14
! Tabbedex colors
URxvt.tabbed.bell-tab-fg: 237
URxvt.tabbed.bell-tab-bg: 11
URxvt.tabbed.bell-fg: 237
URxvt.tabbed.bell-bg: 11
URxvt.tabbed.title-fg: 10
URxvt.tabbed.title-bg: 237
URxvt.tabbed.tabbar-timeouts: '0:*'
! Transparent
URxvt.transparent: true
! Decreasing (-100 .. -1) or increasing (0 .. 100) highlight of transparent background
URxvt.shading: 20
! Window initial size
URxvt.geometry: 80x25
! Terminal history size
URxvt*saveLines: 7000
! Rofi
! "Enabled modi" Set from: Default
rofi.modi: combi,window,ssh
! "Set the modi to combine in combi mode" Set from: Default
rofi.combi-modi: drun,run
! "Font to use" Set from: Default
rofi.font: LiterationMonoPowerline Nerd Font 12
! "Terminal to use" Set from: Default
rofi.terminal: rxvt-unicode
! "Enable sidebar-mode" Set from: Default
rofi.sidebar-mode: true
! "Set the matching algorithm. (normal, regex, glob, fuzzy)" Set from: Default
rofi.matching: fuzzy
! "Background to use for fake transparency. (background or screenshot)" Set from: Default
rofi.fake-background: background
! "Whether to load and show icons" Set from: Default
rofi.show-icons: true
! "New style theme file" Set from: Default
rofi.theme: Paper
! DPI settings
Xft.dpi: 110
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb