From e8cf42f2f17151378574ee5b50f29904a1067bee Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 19 May 2026 18:38:39 +0200 Subject: added readme --- tzat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 tzat (limited to 'tzat') diff --git a/tzat b/tzat new file mode 100755 index 0000000..341a2dc --- /dev/null +++ b/tzat @@ -0,0 +1,8 @@ +#!/bin/sh +# /home/lukasz/.local/bin/tzath +tabbed -c -r 2 zathura -e '' "$@" & +TPID=$! +sleep 0.5 +# Send a synthetic Expose by toggling fullscreen briefly +xdotool key --window "$(xdotool search --class tabbed | tail -1)" F11 F11 2>/dev/null +wait $TPID -- cgit v1.3