From ede5c1ee291ab3d0065362a488e06c00251371b2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 4 Mar 2020 21:52:42 +0200 Subject: [PATCH] neofetch: Drop kitty win size func. Related to #1418 --- neofetch | 3 --- 1 file changed, 3 deletions(-) diff --git a/neofetch b/neofetch index 4bd60be3..ab064fda 100755 --- a/neofetch +++ b/neofetch @@ -3980,9 +3980,6 @@ get_window_size() { term_width="${term_size[2]}" fi - [[ "$image_backend" == "kitty" ]] && - IFS=x read -r term_width term_height <<< "$(kitty +kitten icat --print-window-size)" - # Get terminal width/height. if (( "${term_width:-0}" < 50 )) && [[ "$DISPLAY" && "$os" != "Mac OS X" ]]; then if type -p xdotool &>/dev/null; then