Commit e31e9a40 authored by Dylan Araps's avatar Dylan Araps

Term Font (Termite): Ignore comments

parent 946ac5ea
...@@ -1591,7 +1591,7 @@ gettermfont() { ...@@ -1591,7 +1591,7 @@ gettermfont() {
;; ;;
"termite") "termite")
termfont="$(awk -F '= ' '!/^($|#)/ && /font/ {printf $2; exit}' "${XDG_CONFIG_HOME}/termite/config")" termfont="$(awk -F '= ' '!/^($|#|;)/ && /font/ {printf $2; exit}' "${XDG_CONFIG_HOME}/termite/config")"
;; ;;
"mintty") "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