diff --git a/lsix b/lsix index fe83fd1..8b19a63 100755 --- a/lsix +++ b/lsix @@ -87,6 +87,7 @@ autodetect() { # YAFT is vt102 compatible, cannot respond to vt220 escape sequence. if [[ "$TERM" == yaft* ]]; then hassixel=yeah; fi + if [[ "$(ps -o comm= -p "$(($(ps -o ppid= -p "$(($(ps -o sid= -p "$$")))")))")" == darktile ]]; then hassixel=yeah; fi if [[ -z "$hassixel" ]]; then cat <<-EOF >&2