Commit b6b6083d authored by Michael Straube's avatar Michael Straube

Term: Add xfce4-terminal fallback font

parent 9596b0b9
...@@ -1875,8 +1875,9 @@ get_term_font() { ...@@ -1875,8 +1875,9 @@ get_term_font() {
term_font="$(gsettings get org.gnome.desktop.interface monospace-font-name)" term_font="$(gsettings get org.gnome.desktop.interface monospace-font-name)"
term_font="$(trim_quotes "$term_font")" term_font="$(trim_quotes "$term_font")"
fi fi
# TODO: Figure out how to get the fallback font when not using system-font
# and no font is set in the config file. # Default fallback font hardcoded in terminal-preferences.c
[[ -z "$term_font" ]] && term_font="Monospace 12"
;; ;;
esac esac
} }
......
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