.Xdefaults
This commit is contained in:
parent
d6c8f4f979
commit
b97ec760a9
1 changed files with 5 additions and 6 deletions
11
.Xdefaults
11
.Xdefaults
|
@ -16,10 +16,9 @@ urxvt.perl-ext-common: default,matcher,searchable-scrollback
|
||||||
urxvt.urlLauncher: firefox
|
urxvt.urlLauncher: firefox
|
||||||
urxvt.matcher.button: 1
|
urxvt.matcher.button: 1
|
||||||
|
|
||||||
urxvt.font: xft:osaka_unicode:weight=medium:pixelsize=18
|
urxvt.font: xft:Monaco:weight=medium:pixelsize=18
|
||||||
urxvt.boldFont: xft:osaka_unicode:weight=black:pixelsize=18
|
urxvt.boldFont: xft:Monaco:weight=black:pixelsize=18
|
||||||
urxvt.italicFont: xft:osaka_unicode:slant=italic:pixelsize=18
|
urxvt.italicFont: xft:Monaco:slant=italic:pixelsize=18
|
||||||
! urxvt.transparent: true
|
|
||||||
|
|
||||||
urxvt.background: #252a2b
|
urxvt.background: #252a2b
|
||||||
urxvt.foreground: #eeeeec
|
urxvt.foreground: #eeeeec
|
||||||
|
@ -53,11 +52,11 @@ Xft.rgba: rgb
|
||||||
Xft.hinting: true
|
Xft.hinting: true
|
||||||
Xft.hintstyle: hintslight
|
Xft.hintstyle: hintslight
|
||||||
|
|
||||||
Emacs.font: DejaVu Sans Mono:weight=medium:pixelsize=18
|
! Emacs.font: DejaVu Sans Mono:weight=medium:pixelsize=18
|
||||||
Emacs.menuBar: off
|
Emacs.menuBar: off
|
||||||
Emacs.toolbar: off
|
Emacs.toolbar: off
|
||||||
Emacs.useXIM: off
|
Emacs.useXIM: off
|
||||||
Emacs.background: #252a2b
|
! Emacs.background: #252a2b
|
||||||
|
|
||||||
xfontsel.sampleText: \
|
xfontsel.sampleText: \
|
||||||
static void print_sample_message(XWindow *win) {\n\
|
static void print_sample_message(XWindow *win) {\n\
|
||||||
|
|
Loading…
Reference in a new issue