diff options
Diffstat (limited to 'tzat')
| -rwxr-xr-x | tzat | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
