1 2 3 4 5
#!/usr/bin/env sh # Make a new tabbed instance and attach zathura to it. xid="$(setsid -f tabbed -scd zathura -e)" exec zathura -e "$xid" "$@"