Replace the urxvt terminal emulator by termite.

urxvt has a few issues regarding font rendering, in particular with some
symbols used by liquidprompt.
This commit is contained in:
Rodolphe Breard 2016-07-03 14:29:08 +02:00
parent 21fdef6f86
commit 5a6a0785e1
2 changed files with 8 additions and 1 deletions

7
.config/termite/config Normal file
View file

@ -0,0 +1,7 @@
[options]
font = inconsolata 9
browser = chromium
[colors]
foreground = #ffffff
background = rgba(0, 0, 0, 0.8)