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)