forked from peikk0/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xdefaults
67 lines (61 loc) · 1.73 KB
/
.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
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
#ifndef HOME
#define HOME /home/pierre
#endif
#include ".config/base16-xresources/xresources/base16-default-dark-256.Xresources"
XTerm*Geometry: 100x25
XTerm*FaceName: FuraCode Nerd Font:Regular:size=10
XTerm*boldColors: true
XTerm*boldMode: false
XTerm*metaSendsEscape: true
XTerm*loginShell: true
XTerm*title: Terminal
XTerm*termName: xterm-256color
XTerm*utmpInhibit: False
XTerm*on2Clicks: word
XTerm*on3Clicks: line
XTerm*on4Clicks: page
XTerm*on5Clicks: all
XTerm*saveLines: 1024
XTerm*bellIsUrgent: true
URxvt.geometry: 100x25
URxvt.font: xft:FuraCode Nerd Font:Regular:size=10
URxvt.letterSpace: -1
URxvt.title: Terminal
URxvt.termName: rxvt-unicode-256color
URxvt.loginShell: true
URxvt.modifier: alt
URxvt.saveLines: 1024
URxvt.borderLess: false
URxvt.inheritPixmap: false
URxvt.scrollBar: false
URxvt.scrollstyle: plain
URxvt.scrollColor: #444444
URxvt.jumpScroll: true
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
URxvt.scrollTtyKeypress: true
URxvt.utmpInhibit: false
URxvt.cursorUnderline: true
URxvt.cursorBlink: true
URxvt.urgentOnBell: true
URxvt.perl-lib: HOME/.perl/urxvt
URxvt.perl-ext-common: default,matcher,confirm-paste,clipboard
URxvt.url-launcher: sensible-browser
URxvt.matcher.button: 1
URxvt.keysym.C-1: perl:matcher:last
URxvt.keysym.C-grave: perl:matcher:list
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.clipboard.copycmd: xclip -i -selection clipboard
URxvt.clipboard.pastecmd: xclip -o -selection clipboard
Xcursor.theme: whiteglass
Xcursor.size: 16
Xft.dpi: 96
Xft.antialias: true
Xft.autohint: false
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
! vim:noet:ft=xdefaults