legacy-dotfiles/.Xdefaults

97 lines
2.3 KiB
Text

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
urxvt.visualBell: false
urxvt.perl-lib: /usr/lib/urxvt/perl/
urxvt.perl-ext-common: default,url-select,keyboard-select
urxvt.urlLauncher: conkeror
urxvt.url-select.launcher: conkeror
urxvt.matcher.button: 1
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
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
urxvt.depth: 32
urxvt.background: #111113
urxvt.foreground: #eeeeec
urxvt.color0: #111113
urxvt.color8: #eeeeec
urxvt.color1: #734a4a
urxvt.color9: #bf7d7d
urxvt.color2: #52734a
urxvt.color10: #8abf6d
urxvt.color3: #6b734a
urxvt.color11: #b2bf6d
urxvt.color4: #4a5b73
urxvt.color12: #6d97bf
urxvt.color5: #6b4a73
urxvt.color13: #b27dbf
urxvt.color6: #4a7373
urxvt.color14: #7dbfbf
urxvt.color7: #222224
urxvt.color15: #a5a5a4
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
! Emacs.font: DejaVu Sans Mono:weight=medium:pixelsize=18
Emacs.menuBar: off
Emacs.toolbar: off
Emacs.useXIM: off
Emacs.background: #111113
Emacs.borderWidth: 0
Emacs.font: Envy Code R-13
Emacs.foreground: #eeeeec
Emacs.internalBorder: 0
Emacs.paneFont: Envy Code R-13
Emacs.pointerColor: #eeeeec
Emacs*menu*font: Envy Code R-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\
}