Browse Source

term: Show URxvtd as URxvt

Dylan Araps 7 năm trước cách đây
mục cha
commit
cf07cb0c35
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      neofetch

+ 1 - 0
neofetch

@@ -2761,6 +2761,7 @@ get_term() {
             ;;
 
             "gnome-terminal-") term="gnome-terminal" ;;
+            "urxvtd")          term="urxvt" ;;
             *"nvim")           term="Neovim Terminal" ;;
             *"NeoVimServer"*)  term="VimR Terminal" ;;
             *)                 term="${name##*/}" ;;