legacy-dotfiles/.Xdefaults

80 lines
1.8 KiB
Text
Raw Normal View History

2012-09-15 13:38:27 +02:00
urxvt.internalBorder: 0
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
2012-12-14 15:23:36 +01:00
urxvt.visualBell: false
2012-09-15 13:38:27 +02:00
urxvt.perl-lib: /usr/lib/urxvt/perl/
2012-10-17 00:37:24 +02:00
urxvt.perl-ext-common: default,url-select,keyboard-select
2012-10-07 13:16:40 +02:00
urxvt.urlLauncher: conkeror
2012-10-17 00:26:23 +02:00
urxvt.url-select.launcher: conkeror
2012-09-15 13:38:27 +02:00
urxvt.matcher.button: 1
2012-10-17 00:26:23 +02:00
urxvt.keysym.M-Escape: perl:keyboard-select:activate
urxvt.keysym.M-s: perl:keyboard-select:search
urxvt.keysym.M-u: perl:url-select:select_next
2012-09-15 13:38:27 +02:00
2013-02-01 12:22:13 +01:00
urxvt.font: xft:Envy Code R:weight=medium:pixelsize=18
urxvt.boldFont: xft:Envy Code R:weight=bold:pixelsize=18
urxvt.italicFont: xft:Envy Code R:slant=italic:pixelsize=18
2012-09-15 13:38:27 +02:00
2013-02-15 00:34:38 +01:00
urxvt.depth: 32
urxvt.background: [90]#111113
2012-09-15 13:38:27 +02:00
urxvt.foreground: #eeeeec
2012-10-07 23:56:53 +02:00
urxvt.color0: #171719
2012-12-04 17:38:29 +01:00
urxvt.color8: #999999
2012-09-15 13:38:27 +02:00
2012-12-04 17:38:29 +01:00
urxvt.color1: #973732
urxvt.color9: #ff756e
2012-09-15 13:38:27 +02:00
2012-12-04 17:38:29 +01:00
urxvt.color2: #405c2e
2012-10-07 23:56:53 +02:00
urxvt.color10: #9ad870
2012-09-15 13:38:27 +02:00
2012-12-04 17:38:29 +01:00
urxvt.color3: #835c0e
urxvt.color11: #ffbb56
2012-09-15 13:38:27 +02:00
2012-10-07 23:56:53 +02:00
urxvt.color4: #2729b6
urxvt.color12: #78a2c1
2012-09-15 13:38:27 +02:00
2012-12-04 17:38:29 +01:00
urxvt.color5: #5c325d
urxvt.color13: #c39cc3
2012-09-15 13:38:27 +02:00
2012-12-04 17:38:29 +01:00
urxvt.color6: #208181
urxvt.color14: #93d8d8
2012-09-15 13:38:27 +02:00
2012-12-04 17:38:29 +01:00
urxvt.color7: #222224
2012-10-07 23:56:53 +02:00
urxvt.color15: #a9a9a9
2012-09-15 13:38:27 +02:00
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
2012-09-25 09:56:35 +02:00
! Emacs.font: DejaVu Sans Mono:weight=medium:pixelsize=18
2012-09-15 13:38:27 +02:00
Emacs.menuBar: off
Emacs.toolbar: off
Emacs.useXIM: off
2012-09-25 09:56:35 +02:00
! Emacs.background: #252a2b
2012-09-15 13:38:27 +02:00
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\
}