terminator: change default colors

This commit is contained in:
2019-08-08 08:00:55 +02:00
parent 0b0b6382e0
commit 6121505a46
2 changed files with 10 additions and 2 deletions

View File

@@ -40,6 +40,8 @@ if [ "$WM" = "i3" ]; then
if [ "`hostname`" = "kubaArch" ] && [ -f ~/.i3/home.config ]; then
cat ~/.i3/home.config >> $i3config
elif [ "`hostname`" = "JakubArch" ] && [ -f ~/.i3/work.config ]; then
cat ~/.i3/work.config >> $i3config
fi
exec i3 -c $i3config >> ~/${WM}.log 2>&1
else