Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Use Konsole/Yakuake detection from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dritter committed Feb 3, 2019
1 parent 0081152 commit 933e95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug/font-issues.zsh
Expand Up @@ -210,7 +210,7 @@ END
term_font="${term_font/$'\n'*} $term_font_size"
;;

"konsole"*)
"konsole" | "yakuake")
# Get Process ID of current konsole window / tab
child="$(get_ppid "$$")"

Expand All @@ -234,7 +234,7 @@ END
profile_filename="${profile_filename/$'\n'*}"

[[ "$profile_filename" ]] && \
term_font="$(awk -F '=|,' '/Font=/ {print $2 " " $3}' "$profile_filename")"
term_font="$(awk -F '=|,' '/Font=/ {print $2,$3}' "$profile_filename")"
;;

"lxterminal"*)
Expand Down

0 comments on commit 933e95d

Please sign in to comment.