legacy-dotfiles/.Xdefaults

98 lines
2.3 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-04-12 09:06:24 +02:00
urxvt.font: xft:Envy Code R:weight=medium:pixelsize=12
urxvt.boldFont: xft:Envy Code R:weight=bold:pixelsize=12
urxvt.italicFont: xft:Envy Code R:slant=italic:pixelsize=12
2012-09-15 13:38:27 +02:00
2013-02-15 00:34:38 +01:00
urxvt.depth: 32
2013-05-15 17:35:51 +02:00
urxvt.background: #bfbfbf
urxvt.foreground: #111111
2012-09-15 13:38:27 +02:00
2013-05-15 17:35:51 +02:00
urxvt.color0: #3d3d3d
urxvt.color8: #111111
2012-09-15 13:38:27 +02:00
2013-05-15 17:35:51 +02:00
urxvt.color1: #543f3f
urxvt.color9: #541515
2012-09-15 13:38:27 +02:00
2013-05-15 17:35:51 +02:00
urxvt.color2: #43543f
urxvt.color10: #225415
2012-09-15 13:38:27 +02:00
2013-05-15 17:35:51 +02:00
urxvt.color3: #50543f
urxvt.color11: #485415
2012-09-15 13:38:27 +02:00
2013-05-15 17:35:51 +02:00
urxvt.color4: #3f4854
urxvt.color12: #152e54
2012-09-15 13:38:27 +02:00
2013-05-15 17:35:51 +02:00
urxvt.color5: #503f54
urxvt.color13: #481554
2012-09-15 13:38:27 +02:00
2013-05-15 17:35:51 +02:00
urxvt.color6: #3f5454
urxvt.color14: #155454
2012-09-15 13:38:27 +02:00
2013-05-15 17:35:51 +02:00
urxvt.color7: #969696
urxvt.color15: #ededed
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
2013-05-15 17:35:51 +02:00
Emacs.background: #bfbfbf
2013-03-27 00:49:54 +01:00
Emacs.borderWidth: 0
2013-04-12 09:06:24 +02:00
Emacs.font: Envy Code R-10
2013-05-15 17:35:51 +02:00
Emacs.foreground: #111111
2013-03-27 00:49:54 +01:00
Emacs.internalBorder: 0
2013-04-12 09:06:24 +02:00
Emacs.paneFont: Envy Code R-10
2013-05-15 17:35:51 +02:00
Emacs.pointerColor: #111111
2013-04-12 09:06:24 +02:00
Emacs*menu*font: Envy Code R-10
2013-05-15 17:35:51 +02:00
Emacs*menu*foreground: #111111
Emacs*menu*background: #696969
Emacs*menu*buttonForeground: #969696
2013-03-27 00:49:54 +01:00
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\
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\
}