diff options
author | johannst <stoelp@eit.uni-kl.de> | 2018-03-05 21:53:20 +0100 |
---|---|---|
committer | johannst <stoelp@eit.uni-kl.de> | 2018-03-05 21:53:20 +0100 |
commit | fa2d74b51be70eb5d7dc24b909e0d7370d316457 (patch) | |
tree | 92c71f504e0f9589a0ff82bddd9bcba880462712 /termite | |
parent | bc9a72c21ab78c440be126e424ffd7367467c1e8 (diff) | |
download | dotfiles-fa2d74b51be70eb5d7dc24b909e0d7370d316457.tar.gz dotfiles-fa2d74b51be70eb5d7dc24b909e0d7370d316457.zip |
Added termite config files + install handler
Diffstat (limited to 'termite')
-rw-r--r-- | termite | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +# dotfiles -- termite +# author: johannst + +[options] +font = xos4 Terminus 12 +#font = xos4 Terminus 12px + +[colors] +foreground = #ffffff +background = #000000 +#background = rgba(63, 63, 63, 0.8) |