From e192fead2c452673fead35ea717505e7e83a66a8 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 12 Nov 2018 09:31:05 +0100 Subject: [PATCH] Fonts requirements --- .Xresources | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.Xresources b/.Xresources index b00938b..2c06758 100644 --- a/.Xresources +++ b/.Xresources @@ -2,6 +2,7 @@ URxvt.scrollBar:false URxvt.background:#073642 URxvt.foreground:#fdf6e3 URxvt.saveLines:65536 +! Needs apt install fonts-symbola unifont URxvt.font:xft:LiberationMono:size=16,xft:Symbola,xft:Code2000:antialias=false,xft:Unifont:antialias=false URxvt.cursorBlink:true URxvt.modifier:alt diff --git a/README.md b/README.md index b717bf2..ad466c8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Packages I typically use ``` -apt-get install xorg i3 rxvt-unicode wicd wicd-curses feh fonts-liberation xautolock emacs25-nox git arandr firefox-esr ecryptfs-utils +apt-get install xorg i3 rxvt-unicode wicd wicd-curses feh fonts-liberation xautolock emacs25-nox git arandr firefox-esr ecryptfs-utils fonts-symbola unifont ``` ## Packages I may need