summaryrefslogtreecommitdiffstats
path: root/x11/.Xdefaults
blob: fad8bd95ef1ca30e51264de11af3f7fafb3a332b (plain)
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
#define backgroundColor #111111
#define foregroundColor #bfbfbf

#define bgbright #3d3d3d
#define bgdim #222222
#define bgred #3f1a1a
#define bgorange #3f321f
#define bgyellow #343922
#define bggreen #263f1f
#define bgturquoise #1f3f2c
#define bgcyan #1f3f3f
#define bgblue #1f2c3f
#define bgpurple #2f2a3f
#define bgmagenta #381f3f
#define bgpink #3f1f32

#define fgbright #ededed
#define fgdim #969696
#define fgred #a85454
#define fgorange #a88654
#define fgyellow #8d995c
#define fggreen #65a854
#define fgturquoise #54a875
#define fgcyan #54a8a8
#define fgblue #5476a8
#define fgpurple #7d71a8
#define fgmagenta #9754a8
#define fgpink #a85487

#include ".config/Xresources/URxvt.conf"

urxvt.loginShell:      true
urxvt.scrollBar:       false
urxvt.secondaryScroll: true
urxvt.saveLines:       65535
urxvt.cursorBlink:     false
urxvt.cursorUnderline: true
urxvt.urgentOnBell:    true
urxvt.termName:        rxvt-256color
urxvt.visualBell:      false
urxvt.letterSpace:     -1

! urxvt.perl-lib:        /home/slash/projects/urxvt-modeline/:/usr/lib/urxvt/perl/
! urxvt.perl-ext-common: default,matcher
URxvt.perl-ext: default,url-select
urxvt.urlLauncher:     conkeror
! urxvt.matcher.button:  1

! url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/conkeror
URxvt.url-select.underline: true

! urxvt.keysym.C-Delete: perl:matcher:last
! urxvt.keysym.M-Delete: perl:matcher:list
! URxvt.matcher.pattern.1: File\\ "(.*)",\\ line\\ (\\d+)
! urxvt.matcher.launcher.1: emacsclient -a emacs +$2 $1

urxvt.font: xft:Fantasque Sans Mono-13:weight=medium
urxvt.boldFont: xft:Fantasque Sans Mono-13:weight=bold
urxvt.italicFont: xft:Fantasque Sans Mono-13:slant=italic

URxvt.modeline.fg: 15
URxvt.modeline.bg: 12
URxvt.modeline.command: urxvt-modeline

urxvt.depth: 32
urxvt.background: #111111
urxvt.foreground: #bfbfbf

urxvt.color0:  #222222
urxvt.color8:  #3d3d3d

urxvt.color1:  #a85454
urxvt.color9:  #da9d9d

urxvt.color2:  #66a854
urxvt.color10: #a9d39e

urxvt.color3:  #8d995c
urxvt.color11: #c2ca9e

urxvt.color4:  #5476a8
urxvt.color12: #a2b8d8

urxvt.color5:  #9754a8
urxvt.color13: #d0a8da

urxvt.color6:  #54a8a8
urxvt.color14: #abdddd

urxvt.color7:  #969696
urxvt.color15: #ededed

#include ".config/Xresources/Emacs.conf"

! Emacs.font: DejaVu Sans Mono:weight=medium:pixelsize=18
Emacs.useXIM: off
Emacs.borderWidth: 0
Emacs.foreground: #eeeeec
Emacs.paneFont: Fantasque Sans Mono-13
Emacs.pointerColor: #eeeeec
Emacs*menu*font: Fantasque Sans Mono-13
Emacs*menu*foreground: #eeeeec
Emacs*menu*background: #222224
Emacs*menu*buttonForeground: #a5a5a4
Emacs*menu*verticalSpacing: 0
Emacs*menu*shadowThickness: 1
Emacs*menu*margin: 0
Emacs.pane.menubar.translations: #override\
           Ctrl <Key> n: down()\n\
           Ctrl <Key> p: up()\n\
           Ctrl <Key> f: right()\n\
           Ctrl <Key> b: left()\n\

xfontsel.sampleText: \
static void print_sample_message(XWindow *win) {\n\
  win.label->text = "Sample text 0123456789"\n\
}

xfontsel.sampleText16: \
static void print_sample_message(XWindow *win) {\n\
  win.label->text = "Sample text 0123456789"\n\
}

xfontsel.sampleTextUCS: \
static void print_sample_message(XWindow *win) {\n\
  win.label->text = "Sample text 0123456789"\n\
}

#include ".config/Xresources/Rofi.conf"