From 5a6a0785e10d0d0b05c10f94c486c3d7d3c5368e Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sun, 3 Jul 2016 14:29:08 +0200 Subject: [PATCH] Replace the urxvt terminal emulator by termite. urxvt has a few issues regarding font rendering, in particular with some symbols used by liquidprompt. --- .config/qtile/config.py | 2 +- .config/termite/config | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .config/termite/config diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 5a3a972..141929a 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -27,7 +27,7 @@ import os class ConfigWrapper: def __init__(self): self.mod = 'mod4' - self.term = 'urxvt' + self.term = 'termite' self.border_focus = '#424242' self.date_format = '%a %d %B %Y %H:%M' diff --git a/.config/termite/config b/.config/termite/config new file mode 100644 index 0000000..1940ab4 --- /dev/null +++ b/.config/termite/config @@ -0,0 +1,7 @@ +[options] +font = inconsolata 9 +browser = chromium + +[colors] +foreground = #ffffff +background = rgba(0, 0, 0, 0.8)