From 5b301c773bf52ff5a27802ff2cce268e51aa341c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 15 Jan 2019 19:58:32 +0200 Subject: [PATCH] docs: update --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 75304a11..208aea4b 100755 --- a/neofetch +++ b/neofetch @@ -3602,7 +3602,7 @@ get_window_size() { [[ "$image_backend" == "kitty" ]] && IFS=x read -r term_width term_height < <(kitty +kitten icat --print-window-size) - # Get terminal width/heigh. + # Get terminal width/height. if (( "${term_width:-0}" < 50 )) && [[ "$DISPLAY" && "$os" != "Mac OS X" ]]; then if type -p xdotool &>/dev/null; then IFS=$'\n' read -d "" -ra win < <(xdotool getactivewindow getwindowgeometry --shell %1)