#!/bin/sh
xset -q | grep "fonts" | awk -F "," '{ i = 1 
				      while (i <= NF) { 
					print $i 
					i++ 
				      } 
				     }'
