aboutsummaryrefslogtreecommitdiff
path: root/tzat
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-05-19 18:38:39 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-05-19 18:38:39 +0200
commite8cf42f2f17151378574ee5b50f29904a1067bee (patch)
tree86b4db80971ecf9818ad769bd8b7fa337d218731 /tzat
parentc3bfa44d1b6da88c184fc3312944cf47d1dfd7f2 (diff)
downloadbin-e8cf42f2f17151378574ee5b50f29904a1067bee.tar.gz
bin-e8cf42f2f17151378574ee5b50f29904a1067bee.zip
added readmeHEADmain
Diffstat (limited to 'tzat')
-rwxr-xr-xtzat8
1 files changed, 8 insertions, 0 deletions
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