]> Sergey Matveev's repositories - dotfiles.git/blobdiff - bin/bin/zat
Long netrw's style seems to be useful
[dotfiles.git] / bin / bin / zat
diff --git a/bin/bin/zat b/bin/bin/zat
deleted file mode 100755 (executable)
index 0431ab9..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-w=/tmp/tabbed-winid
-winid=`cat $w`
-wmclass=`xprop -id $winid WM_CLASS 2>/dev/null`
-if echo "$wmclass" | grep -q tabbed; then
-    (
-        zathura -e $winid $@
-        rm -f zathura.core
-    ) &
-else
-    tabbed -cd > $w
-    exec $0 $@
-fi