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:
parent
21fdef6f86
commit
5a6a0785e1
2 changed files with 8 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
7
.config/termite/config
Normal file
7
.config/termite/config
Normal file
|
@ -0,0 +1,7 @@
|
|||
[options]
|
||||
font = inconsolata 9
|
||||
browser = chromium
|
||||
|
||||
[colors]
|
||||
foreground = #ffffff
|
||||
background = rgba(0, 0, 0, 0.8)
|
Loading…
Reference in a new issue