Commit 7b2dcea1 authored by Dylan Araps's avatar Dylan Araps

Termfont: [Termite] Fix incorrect font choses. Closes #409

parent 462d4c59
......@@ -1520,7 +1520,7 @@ gettermfont() {
;;
"termite")
termfont="$(awk -F '= ' '!/^($|#|;)/ && /font/ {printf $2; exit}' "${XDG_CONFIG_HOME}/termite/config")"
termfont="$(awk -F '= ' '/^font/ {a=$0} END{print $2}' "${XDG_CONFIG_HOME}/termite/config")"
;;
"mintty")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment