From 59b4baf119ed0d4141d483942645bf6270e71cab Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 9 Feb 2015 20:10:33 -0500 Subject: Set DejaVu Sans Mono to be the default Monospace font --- .config/X11/defaults | 2 +- .config/emacs/init.el | 2 +- .config/fontconfig/fonts.conf | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .config/fontconfig/fonts.conf diff --git a/.config/X11/defaults b/.config/X11/defaults index b9a0582..fca1914 100644 --- a/.config/X11/defaults +++ b/.config/X11/defaults @@ -12,7 +12,7 @@ URxvt.color12: #729FCF URxvt.scrollstyle: plain URxvt.scrollBar_floating: true -URxvt.font: xft:DejaVu Sans Mono-8 +URxvt.font: xft:Monospace-8 URxvt.cursorBlink: true URxvt.pastableTabs: true diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 6ea8e55..9890e68 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -42,7 +42,7 @@ ;; This isn't particularly important, but set it before doing a whole ;; lot (loading packages), so there isn't a weird change in text size. (setq notify-method 'notify-via-libnotify) -(set-face-attribute 'default nil :height 80 :foundry "unknown" :family "DejaVu Sans Mono") +(set-face-attribute 'default nil :height 80) ;;;; Bootstrap el-get ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..e33733c --- /dev/null +++ b/.config/fontconfig/fonts.conf @@ -0,0 +1,10 @@ + + + + monospace + + + DejaVu Sans Mono + + + -- cgit v1.2.3