-
Notifications
You must be signed in to change notification settings - Fork 2
/
Xdefaults
41 lines (34 loc) · 990 Bytes
/
Xdefaults
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
#include "/home/dharmin/dotfiles/nord.xresource"
! ==============
! URxvt settings
! ==============
/* scroll back limit */
URxvt.saveLines: 20000
URxvt.intensityStyles: false
URxvt*depth: 32
URxvt.background: [95]nord0
URxvt.font: xft:monospace:size=16
URxvt.scrollBar: false
URxvt.cursorColor: white
!! copy and paste with ctrl shift c and v
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
!! Extensions
URxvt.perl-ext-common: default,matcher,font-size,url-select,keyboard-select
URxvt.colorUL: #4682B4
!! url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: webview
URxvt.url-select.underline: true
!! keyboard-select:
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keyboard-select.clipboard: true
!! Matcher
URxvt.url-launcher: webview
URxvt.matcher.button: 1
! =========
! i3 colors
! =========
i3wm.background: nord0
i3wm.foreground: nord4
/* i3wm.fadeColor: nord3 */