Przeglądaj źródła

term: Show URxvtd as URxvt

Dylan Araps 7 lat temu
rodzic
commit
cf07cb0c35
1 zmienionych plików z 1 dodań i 0 usunięć
  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##*/}" ;;