From 66b29031ee718d56ddb7fd1d05d85746eb291dc9 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 25 Oct 2017 23:39:34 -0400 Subject: [PATCH] Add termite config --- dotfiles/.config/termite/config | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 dotfiles/.config/termite/config diff --git a/dotfiles/.config/termite/config b/dotfiles/.config/termite/config new file mode 100644 index 00000000..3ebc80c1 --- /dev/null +++ b/dotfiles/.config/termite/config @@ -0,0 +1,32 @@ +################################################################################## +# +# New Start: A modern Arch workflow built with an emphasis on functionality. +# Copyright (C) 2017 Donovan Glover +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +################################################################################## + +[options] + +# Our font of choice +font = Hack 12 + +# No need to show the mouse in the terminal window +mouse_autohide = true + +[colors] + +# 20% Transparency +background = rgba(63, 63, 63, 0.8)